Skip to main content
GET
Token - Transfer Total

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chain
enum<string>
required

A chain name listed in supported networks Supported blockchain chains

Available options:
sol,
eth,
bsc
tokenAddress
string
required

An address of a token

Query Parameters

beforeTimestamp
integer<int64>

Filter transfers before this timestamp (Unix epoch seconds)

afterTimestamp
integer<int64>

Filter transfers after this timestamp (Unix epoch seconds)

Response

200 - application/json

Get Transfer Total

Token transfer total count

total
integer<int64>
required

Total number of transfers

Example:

123456