cURL
curl --request GET \ --url https://api.syrax.ai/v1/token/dev-info
{ "status": "Success", "data": { "wallet_address": "<string>", "current_token_balance": 123, "purchased_token_amount": 123, "purchased_sol_amount": 123 } }
Token address to fetch info for
Token information
The response is of type object.
object