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": {
    "priceUSD": 123,
    "timestamp": 123,
    "swapTimestamp": 123,
    "poolAddress": "<string>"
  }
}

Query Parameters

blockchain
string
address
string
timestamp
integer
required
Required range: x > 0

Response

200 - application/json

Token price at timestamp response

data
object
required