Skip to main content
POST
/
2
/
token
/
price-at
Get Token Price Snapshot (batch)
curl --request POST \
  --url https://demo-api.mobula.io/api/2/token/price-at \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "timestamp": 1,
    "blockchain": "<string>",
    "address": "<string>"
  }
]
'
{
  "payload": [
    {
      "priceUSD": 123,
      "timestamp": 123,
      "swapTimestamp": 123,
      "poolAddress": "<string>"
    }
  ]
}

Body

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

Response

200 - application/json

Token price-at batch response

payload
object · object · null[]
required