Transpose · Example Payload

Nft Transfers Response

Example response from GET /nft/transfers for the BAYC collection

BlockchainNFTCryptocurrencyWeb3EthereumToken TransfersSmart ContractsHistorical DataDeFiDEX

Nft Transfers Response is an example object payload from Transpose, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionstatusheadersbody

Example Payload

Raw ↑
{
  "description": "Example response from GET /nft/transfers for the BAYC collection",
  "status": 200,
  "headers": {
    "X-Credits-Charged": 1,
    "Content-Type": "application/json"
  },
  "body": {
    "status": "ok",
    "results": [
      {
        "transaction_hash": "0x5d7b8e0e3f7c2a1b4d6e9f0a2c4b8d1e3f5a7b9c0d2e4f6a8b0c2d4e6f8a0b2",
        "log_index": 42,
        "block_number": 18500000,
        "timestamp": "2023-11-01T14:32:10Z",
        "contract_address": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
        "token_id": "1234",
        "from_address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
        "to_address": "0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B",
        "token_standard": "erc721",
        "quantity": 1
      },
      {
        "transaction_hash": "0x1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2",
        "log_index": 15,
        "block_number": 18499850,
        "timestamp": "2023-11-01T13:05:22Z",
        "contract_address": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
        "token_id": "5678",
        "from_address": "0x0000000000000000000000000000000000000000",
        "to_address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
        "token_standard": "erc721",
        "quantity": 1
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/nft-transfers-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.