struct Blockfrost::Nutlink
- Blockfrost::Nutlink
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
blockfrost/api/nutlink.crConstructors
Class Method Summary
- .get(address : String)
- .ticker_records(ticker : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .ticker_records(ticker : String, pages : Range, order : QueryOrder | String? = nil)
- .ticker_records_for_address(address : String, ticker : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .ticker_records_for_address(address : String, ticker : String, pages : Range, order : QueryOrder | String? = nil)
- .tickers(address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .tickers(address : String, pages : Range, order : QueryOrder | String? = nil)
Instance Method Summary
- #address : String
- #metadata : JSON::Any?
- #metadata_hash : String
- #metadata_url : String
- #ticker_records(**args)
- #ticker_records_for_address(ticker, **args)
- #tickers(**args)
Constructor Detail
Class Method Detail
def self.ticker_records(ticker : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.ticker_records_for_address(address : String, ticker : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.ticker_records_for_address(address : String, ticker : String, pages : Range, order : QueryOrder | String? = nil)
#
def self.tickers(address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#