Skip to main content
GET
/
lookup
Lookup token or pool
curl --request GET \
  --url http://localhost:8090/lookup
{
  "pool": "<string>",
  "mint": "<string>",
  "quote": "<string>",
  "decimals": 123,
  "program": "<string>",
  "total_supply": "<string>",
  "index": 123,
  "active": true
}

Query Parameters

mint
string

Token mint address.

pool
string

Pool address.

Response

Lookup record

Metadata describing a token or pool.

pool
string
mint
string
quote
string
decimals
integer
program
string
total_supply
string
index
integer
active
boolean