get token transfer

get token transfer

GET/transactions/{transaction_hash}/token-transfers

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Parameters

Name
Type
Description

transaction_hash

string (PATH)

Transaction hash

type

string

ERC-20,ERC-721,ERC-1155

Response

{
  "items": [
    {
      "block_hash": "0xf569ec751152b2f814001fc730f7797aa155e4bc3ba9cb6ba24bc2c8c9468c1a",
      "from": {
        "hash": "0xcc4e74EB7F0D2F3e8c86Ac08A6B70689F564b226",
        "implementation_name": null,
        "is_contract": false,
        "is_verified": false,
        "name": null,
        "private_tags": [],
        "public_tags": [],
        "watchlist_names": []
      },
      "log_index": "243",
      "method": null,
      "timestamp": null,
      "to": {
        "hash": "0xEf8801eaf234ff82801821FFe2d78D60a0237F97",
        "implementation_name": null,
        "is_contract": false,
        "is_verified": false,
        "name": null,
        "private_tags": [],
        "public_tags": [],
        "watchlist_names": []
      },
      "token": {
        "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
        "circulating_market_cap": "83606435600.3635",
        "decimals": "6",
        "exchange_rate": "0.999487",
        "holders": "1149",
        "icon_url": null,
        "name": "Tether USD",
        "symbol": "USDT",
        "total_supply": "39030615894320966",
        "type": "ERC-20"
      },
      "total": {
        "decimals": "6",
        "value": "830000000"
      },
      "tx_hash": "0x6662ad1ad2ea899e9e27832dc202fd2ef915a5d2816c1142e6933cff93f7c592",
      "type": "token_transfer"
    }
  ],
  "next_page_params": {
    "batch_block_hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "batch_log_index": 0,
    "batch_transaction_hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "index_in_batch": 1
  }
}

Last updated