Get token transfers by contract
Token API
Get token transfers by contract
Retrieves historical token transfer transactions for any ERC20 contract.
GET
Get token transfers by contract
Documentation Index
Fetch the complete documentation index at: https://docs.chainbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Example:
"demo"
Query Parameters
chain network id, see list of details
The address of the token contract
Pattern:
^0[xX]{1}[a-fA-F0-9]{40}$A hex string referencing a wallet address
Pattern:
^0[xX]{1}[a-fA-F0-9]{40}$Inclusive from block number (hex string or int)
Inclusive to block number (hex string, int, or 'latest')
Inclusive start timestamp
Inclusive end timestamp
The page offset
Required range:
x >= 1The desired page size limit. Less or equal than 100
Required range:
1 <= x <= 100