GET
/
token
/
transfers
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
      }
    }
  ]
}
Cost per call: 1 credit

Query Parameters

token
string
required

Token address to fetch transfers for

limit
string

Number of transfers to return (max 250)

offsetBlock
string

Block number to start from

order
enum<string>

Sort order

Available options:
asc,
desc

Show only bundle-related transfers

Response

200
application/json
Token transfers
status
enum<string>
required
Available options:
Success
time_taken_ms
number
required
total
number
required
offset_block
number | null
required
data
object[]
required