Skip to Content
APITransactions and TransfersGet Transfer Statistics

Get Transfer Statistics

1. Overview & Typical Use

Query the network-wide transfer type distribution and statistical summary, including transfer counts, amounts, and proportions by token type.

  • Typical use: transfer type distribution charts, network transfer overview panels, token type analysis.
  • When not to use: for transaction-dimension statistics use “Get Transaction Statistics”; for specific transfer records use the corresponding transfer list endpoint.

2. Endpoint & Authentication

GET /api/transfer/statistics

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

3. Request

No parameters required.

4. Response

FieldTypeRequiredDescriptionUnit/Precision
codeintegerRequiredStatus code
statusstringRequiredStatus description
messagestringOptionalRequest result message
transfersCountintegerRequiredTotal network-wide transfer count
transfersAmountnumberRequiredTotal network-wide transfer amountsun
lastDayTransfersCountintegerRequiredYesterday’s transfer count
lastDayTransfersAmountnumberRequiredYesterday’s transfer amountsun
trxTransferCountintegerRequiredTRX transfer count
trxTransferAmountnumberRequiredTRX transfer total amountsun
trxTransferProportionnumberRequiredTRX transfer proportionPercentage %
trc10TransferCountintegerRequiredTRC10 transfer count
trc10TransferAmountnumberRequiredTRC10 transfer total amountsun
trc10TransferProportionnumberRequiredTRC10 transfer proportionPercentage %
trc20CountintegerRequiredTRC20 transfer count
trc20AmountnumberRequiredTRC20 transfer total amountsun
trc20ProportionnumberRequiredTRC20 transfer proportionPercentage %
trc721CountintegerRequiredTRC721 transfer count
trc721ProportionnumberRequiredTRC721 transfer proportionPercentage %
trc1155CountintegerRequiredTRC1155 transfer count
trc1155ProportionnumberRequiredTRC1155 transfer proportionPercentage %
vip_core_token_amount_his_totalnumberRequiredVIP core token historical total amountsun
vip_core_token_1day_addnumberRequiredVIP core token daily added amountsun
lastUpdateSecondsintegerRequiredData update timeUnix timestamp in seconds s (10-digit, not milliseconds)

Unit note: All amount fields are raw values in sun; TRX = sun / 1,000,000.

5. Errors

For HTTP status codes, see Common Errors. This endpoint requires no parameters, so parameter errors generally do not occur.

Last updated on: