Skip to main content

Get collection token transfers

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 NFT transfers by contract

GET 

/collections/:contractAddress/transfers

For usage instructions, see Get all token transfers of a contract

Request

Path Parameters

    contractAddress stringrequired

    ContractAddress address. Example: 0x32950db2a7164ae833121501c797d79e7b79d74c

Query Parameters

    limit integer

    Paging limit

    order string

    Paging order, valid values: "asc", "desc". Default: "desc"

    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...