← Back to catalog
aster.exchange_info
mock data$0.001 / callAsterDEX Exchange Info
Get exchange information and available trading pairs on AsterDEX
Input schema
symbol
stringTrading pair symbol to filter (e.g. BTCUSDT). Omit for all pairs.
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>"}'