Skip to main content

Search token transfers

POST 

/ronin/tokens/transfers/search

Search token transfers.

Authorized access required.

To use this endpoint, you need to request access to the Skynet Tx Query service through Developer Console > your app > App Permissions. For more information, see Request access to services.

Request

Body

required

Request body

    address object
    from string

    Optional, searching for from equal to ...

    relateTo string

    Optional, searching for from or to equal to ...

    to string

    Optional, searching for to equal to ...

    block object

    The default search is by blockHash. If blockHash doesn't appear, then search for blockRange. Max allowed blockRange is 200.

    blockHash string

    Optional, searching for the exact block.

    blockRange integer[]

    Optional, searching for blocks from from to to. If from equals to, then search exactly by block number.

    contractAddresses string[]required

    Possible values: <= 20

    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.

    time object
    from string
    to string
    tokenIds string[]

    Possible values: <= 10

    Optional

    tokenStandards string[]required

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

    Optional

Responses

OK

Schema
    items object[]
  • Array [
  • blockHash string
    blockNumber integer
    blockTime integer
    contractAddress string
    decimals integer
    from string
    logIndex integer
    to string
    tokenId string
    tokenName string
    tokenStandard string
    tokenSymbol string
    transactionHash string
    value string
  • ]
  • paging object
    nextCursor string
    total integer
Loading...
Was this helpful?
Happy React is loading...