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

Description

This endpoint returns basic information about the token developer/creator of a pumpfun token.

Query Parameters

token
string
required

Token address to fetch info for

Response

200
application/json
Token information
status
enum<string>
required
Available options:
Success
data
object
required