Pricing Data

Real-time price endpoints

Fetch real-time DEX price

get
Query parameters
chainstringRequired

Blockchain (eth, bsc, sol, base, etc)

pair_idstringOptional

DEX pair ID

token_idstringOptional

Token ID

Header parameters
x-api-keystringOptional

API key for Pro/Enterprise plans

Responses
200
Price data returned
application/json
Responseobject
get
GET /api/v1/blockchain/dex-price HTTP/1.1
Host: api.dexcheck.ai
Accept: */*
{
  "usd_price": 0.029229736591232274
}