struct Blockfrost::Nutlink

Included Modules

Defined in:

blockfrost/api/nutlink.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.get(address : String) #

[View source]
def self.ticker_records(ticker : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil) #

[View source]
def self.ticker_records(ticker : String, pages : Range, order : QueryOrder | String? = nil) #

[View source]
def self.ticker_records_for_address(address : String, ticker : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil) #

[View source]
def self.ticker_records_for_address(address : String, ticker : String, pages : Range, order : QueryOrder | String? = nil) #

[View source]
def self.tickers(address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil) #

[View source]
def self.tickers(address : String, pages : Range, order : QueryOrder | String? = nil) #

[View source]

Instance Method Detail

def address : String #

[View source]
def metadata : JSON::Any? #

[View source]
def metadata_hash : String #

[View source]
def metadata_url : String #

[View source]
def ticker_records(**args) #

[View source]
def ticker_records_for_address(ticker, **args) #

[View source]
def tickers(**args) #

[View source]