Skip to main content
GET
/
action
/
tokens
/
{chain}
/
{protocol}
Retrieve protocol token list for a chain
curl --request GET \
  --url http://localhost:4000/v1/action/tokens/{chain}/{protocol} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Path Parameters

chain
string
required

Chain identifier. Accepts numeric chain IDs (e.g. '43114'), chain slugs (e.g. 'avalanche'), or 'all' to fetch every supported chain.

Example:

"all"

protocol
string
required

DEX protocol identifier (e.g. lfj, pangolin).

Example:

"lfj"

Response

Tokens retrieved successfully.