Skip to main content

Search tokens

POST 

/ronin/tokens/search

Search tokens.

Request

Body

required

Request body

    paging object

    Only offset or cursor need to be present.

    cursor string
    limit integer

    Possible values: <= 200

    offset integer

    Possible values: <= 10000

    pagingStyle string

    Possible values: [cursor, offset]

    If pagingStyle is not cursor, then it's offset.

    sort object[]

    Possible values: <= 3

    Optional, valid sort fieldNames: createdAt, totalTransfers, totalHolders

  • Array [
  • fieldName stringrequired
    order string
  • ]
  • tokenStandards string[]required

    Possible values: [ERC20, ERC721, ERC1155], <= 3

    Optional

Responses

OK

Schema
    items object[]
  • Array [
  • contractAddress string
    createdAtBlock integer
    decimals integer
    name string
    standard string
    symbol string
    totalOwners integer
    totalSupply string
    totalTransfers integer
    updatedAt integer
  • ]
  • paging object
    nextCursor string
    total integer
Loading...
Was this helpful?
Happy React is loading...