Skip to main content

Get token transfers of an address

API Deprecation Notice

This API endpoint will be deprecated by the end of Q1 2025 as part of Skynet sunsetting. Please migrate to the Moralis alternative:

GET 

/accounts/:address/tokens/transfers

For usage instructions, see Get all token transfers of a wallet address

Request

Path Parameters

    address stringrequired

    Account address. Example: 0xf6fd5fca4bd769ba495b29b98dba5f2ecf4ceed3

Query Parameters

    limit integer

    Paging limit

    cursor string

    Paging cursor

Responses

OK
Schema

    result

    object

    items

    object[]

  • Array [

  • blockNumber integer
    logIndex integer
    tokenId string
    contractAddress string
    tokenStandard string
    tokenName string
    tokenSymbol string
    decimals integer
    from string
    to string
    value string
    blockHash string
    transactionHash string
    blockTime integer
  • ]

  • paging

    object

    nextCursor string
Loading...