Skip to main content
GET
Find one token by chain and address or symbol

Headers

x-api-key
string

Optional API key for higher rate limits and fee rules.

Query Parameters

chain
string
required

Chain ID or chain key, for example 8453 or sol.

Example:

"8453"

token
string
required

Token address or symbol.

Example:

"USDC"

Response

Token metadata response.

address
string
required
Example:

"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"

symbol
string
required
Example:

"USDC"

decimals
number
required
Example:

6

chainId
number
required
Example:

8453

name
string
required
Example:

"USD Coin"

coinKey
string
required
Example:

"USDC"

priceUSD
string

Cached USD price as a decimal string, when available.

Example:

"1.00"

priceUpdatedAt
string

Timestamp of the cached token price, when available.

Example:

"2026-06-22T12:00:00.000Z"

priceSource
string

Price source used for the cached token price, when available.

Example:

"dexscreener"

priceStale
boolean

Whether the cached token price is outside Delora's freshness window.

Example:

false

priceTier
enum<string>

Price refresh tier. hot tokens are prioritized for fresher cached prices; cold tokens refresh less aggressively.

Available options:
hot,
cold
Example:

"cold"

logoURI
string
Example:

"https://example.com/usdc.png"