cURL
curl --request GET \ --url https://api.syrax.ai/v1/token/transfers
{ "status": "Success", "time_taken_ms": 123, "total": 123, "offset_block": 123, "data": [ { "block": 123, "confirmed_at": "<string>", "signature": "<string>", "token": "<string>", "token_amount": 123, "sender": "<string>", "recipient": "<string>", "is_dev": true, "block_zero_analysis": { "type": "<string>", "bundle_wallets_count": 123, "bundle_distribution_wallets": 123 } } ] }
Token address to fetch transfers for
Number of transfers to return (max 250)
Block number to start from
Sort order
asc
desc
Show only bundle-related transfers
Token transfers
The response is of type object.
object