Token Information

Query token information by address

post
/sailfish/tokens/query
Body
stringOptional

Token mint address

Responses
200

Token information

application/json
post
/sailfish/tokens/query
POST /sailfish/tokens/query HTTP/1.1
Host: free.sailfish.solanavibestation.com
Content-Type: application/json
Accept: */*
Content-Length: 6

"text"
200

Token information

{
  "address": "text",
  "name": "text",
  "symbol": "text",
  "decimals": 1,
  "total_supply": "text"
}

Last updated