Skip to main content
GET
/
v1
/
assets
/
prices
/
tokens
/
{symbol}
Get token price by symbol
curl --request GET \
  --url https://api.xentfi.com/v1/assets/prices/tokens/{symbol} \
  --header 'apiKey: <api-key>' \
  --header 'orgId: <api-key>'
{
  "data": {
    "symbol": "ETH",
    "currency": "USD",
    "price": "3500.50",
    "lastUpdatedAt": "2024-01-15T10:30:00Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.xentfi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
header
required
orgId
string
header
required

Path Parameters

symbol
string
required

Token symbol (e.g., "ETH", "USDC")

Response

Token price retrieved successfully

data
object