cURL
curl --request GET \ --url https://api.syrax.ai/v1/token/bundle
{ "status": "Success", "time_taken_ms": 123, "bundles": [ { "block": 123, "block_distance": 123, "trades": [ { "signature": "<string>", "trader": "<string>", "sol_amount": 123, "token_amount": 123, "is_sniper": true, "is_whale": true } ] } ] }
Token address to fetch bundles for
Force refresh the bundles, true or false
Token bundles
The response is of type object.
object