Token API
Get token transfers by contract
Retrieves historical token transfer transactions for any ERC20 contract.
GET
/
v1
/
token
/
transfers
Headers
x-api-key
string
requiredQuery Parameters
chain_id
integer
requiredchain network id, see list of details
contract_address
string
The address of the token contract
address
string
A hex string referencing a wallet address
from_block
string
Inclusive from block number (hex string or int)
to_block
string
Inclusive to block number (hex string, int, or 'latest')
from_timestamp
integer
Inclusive start timestamp
end_timestamp
integer
Inclusive end timestamp
page
integer
default: 1The page offset
Required range:
x > 1
limit
integer
default: 20The desired page size limit. Less or equal than 100
Required range:
1 < x < 100
Response
200 - application/json
data
object[]
requiredcode
integer
default: 0message
string
default: oknext_page
integer
count
integer