UnifyAPI
← Back to catalog

aster.exchange_info

mock data$0.001 / call

AsterDEX Exchange Info

Get exchange information and available trading pairs on AsterDEX

Data & Analyticsprovider: Aster#aster#data

Input schema

symbol

Trading pair symbol to filter (e.g. BTCUSDT). Omit for all pairs.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/aster.exchange_info \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"symbol":"<symbol>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.