Skip to main content
GET
/
price
/
multi
Batched price lookup
curl --request GET \
  --url https://api.dexploit.dev/price/multi \
  --header 'X-API-Key: <api-key>'
{
  "results": {},
  "computed_at": 123
}

Authorizations

X-API-Key
string
header
required

Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).

Query Parameters

tokens
string
required

Comma-separated mints, max 100.

Example:

"MintA,MintB,MintC"

Response

Per-mint prices

results
object

Keyed by mint. Null when the mint has no recent (last-hour) candle.

computed_at
integer