Skip to main content
GET
/
v1
/
tokens
List supported tokens grouped by chain ID
curl --request GET \
  --url https://api.delora.build/v1/tokens
{
  "8453": [
    {
      "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "symbol": "USDC",
      "decimals": 6,
      "chainId": 8453,
      "name": "USD Coin",
      "coinKey": "USDC",
      "priceUSD": "1.00",
      "logoURI": "https://example.com/usdc.png"
    }
  ]
}

Headers

x-api-key
string

Optional API key for higher rate limits and fee rules.

Query Parameters

chains
string

Comma-separated chain IDs used to filter tokens.

Example:

"8453,1"

chainTypes
string

Comma-separated chain types to include. Supported values: EVM, SVM.

Example:

"EVM,SVM"

Response

Tokens grouped by chain ID.

{key}
object[]