Skip to Content
APIStatisticsGet Core Token Transfer Data

Get Core Token Transfer Data

1. Overview & Typical Use

Returns transfer data for core tokens, including daily transfer amounts in USD.

  • Typical use: analyze transfer amount trends for TRX or a specified token.
  • When not to use: for holder details and transaction history of a single token use “Get Token Transaction Data”.

2. Endpoint & Authentication

GET /api/tokenTransfer/analysis

For Base URL and authentication, see Common Network & Authentication.

3. Request

ParameterTypeRequiredDefaultDescription
tokenstringNoToken ID or address; for TRX set to _; can be empty
daysintegerNoNumber of days to query

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
sizeintegerRequiredNumber of data entries
avg_transfer_usd_amountstringRequiredAverage daily transfer amountUSD
dataarrayRequiredDaily transfer data list; see below

data[] elements

FieldTypeRequiredDescriptionUnit/Precision
daystringRequiredStatistics dateyyyy-MM-dd
usd_amountstringRequiredTransfer amount on this dayUSD

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • Empty result is not an error: no matches returns 200 + data: [] — this is a normal response.
Last updated on: