Skip to main content

Search token balances

POST 

/ronin/tokens/balances/search

Search token balances.

Request

Body

required

Request body

    contractAddresses string[]required

    Possible values: <= 20

    Optional

    includes string[]

    Optional, the only accepted value is RON. Otherwise, treat like an empty array.

    ownerAddress string

    Optional

    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.

    tokenIds string[]

    Possible values: <= 10

    Optional

    tokenStandards string[]required

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

    Optional

Responses

OK

Schema
    items object[]
  • Array [
  • balance string
    contractAddress string
    decimals integer
    ownerAddress string
    tokenId string
    tokenName string
    tokenStandard string
    tokenSymbol string
  • ]
  • paging object
    nextCursor string
    total integer
Loading...
Was this helpful?
Happy React is loading...