Skip to main content
GET
/
2
/
token
/
price-at
Get Token Price Snapshot
curl --request GET \
  --url https://demo-api.mobula.io/api/2/token/price-at
{
  "data": {
    "name": "<string>",
    "symbol": "<string>",
    "logo": "<string>",
    "priceUSD": 123,
    "marketCapUSD": 123,
    "marketCapDilutedUSD": 123,
    "timestamp": 123,
    "swapTimestamp": 123,
    "poolAddress": "<string>"
  }
}

Query Parameters

chainId
string

Blockchain chain ID (e.g., "evm:56", "solana:solana")

address
string

Token contract address

timestamp
integer
required

Unix timestamp (seconds) for historical price lookup

Required range: x > 0

Response

200 - application/json

Token price at timestamp response

data
object
required