Skip to main content

Specific ticker for an address

GET /nutlink/:address/tickers/:ticker

List of records of a specific ticker

Request

Path Parameters

    address string required
    ticker string required

Query Parameters

    count integer

    Possible values: >= 1 and <= 100

    Default value: 100

    The number of results displayed on one page.

    page integer

    Possible values: >= 1 and <= 21474836

    Default value: 1

    The page number for listing the results.

    order string

    Possible values: [asc, desc]

    Default value: asc

    The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.

Responses

Return the tickers provided by the metadata oracle


Schema
  • Array [
  • tx_hash string required

    Hash of the transaction

    block_height integer required

    Block height of the record

    tx_index integer required

    Transaction index within the block

    payload objectrequired

    Content of the ticker

    anyOf

  • string
  • ]
Loading...