Skip to Content
APIDeep AnalysisGet Holder TRC20 Transfer Statistics

Get Holder TRC20 Transfer Statistics

1. Overview & Typical Use

Returns aggregate inflow and outflow transfer counts for a specific address and TRC20 token. This endpoint requires an API Key; calls without a Key return 401.

  • Typical use: quickly check whether a holder is net buying or net selling a stablecoin.
  • When not to use: for individual transfer records use the TRC20 transfers endpoint.

2. Endpoint & Authentication

GET /api/deep/account/holderToken/basicInfo/trc20/transfer

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

This endpoint requires an API Key; calls without a Key return 401.

3. Request

ParameterTypeRequiredDefaultDescription
accountAddressstringYesHolder address (Base58 format, starts with T)
tokenAddressstringYesTRC20 contract address

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
transferInintegerRequiredTotal inbound transfer count
transferOutintegerRequiredTotal outbound transfer count

5. Errors

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

  • API Key Required: returns 401 if TRON-PRO-API-KEY header is not provided.
Last updated on: