Transfers
Get Transfers by Transaction Hash
Get all token transfers for a specific transaction
GET
Get Transfers by Transaction Hash
Supported chains:
ethereum, polygon, base, arbitrum, optimism, binance, avalanche, gnosis
Authorizations
API key for authentication
Path Parameters
The blockchain network to query
Available options:
ethereum, polygon, base, arbitrum, optimism, binance, avalanche, gnosis Example:
"polygon"
Transaction hash (0x followed by 64 hex characters)
Pattern:
^0x[a-fA-F0-9]{64}$Example:
"0xe2992136873e11528ea17ebbfc3963ed0f50aa63604009a519985f1333a29f7e"
Query Parameters
Block number of the transaction. Optional but strongly recommended — providing it makes the lookup significantly faster, especially on high-volume chains.
Required range:
x >= 0Maximum number of results (1-100)
Required range:
1 <= x <= 50Number of results to skip for pagination
Required range:
x >= 0