Skip to main content

Get Exchange Markets

Description

Get available trading markets (symbols) for one or more exchanges in WunderTrading.

Use to ask about:

  • markets on specific exchanges
  • trading pairs (e.g. BTC/USDT, ETH/USDT)
  • available symbols on an exchange
  • what can be traded on Binance, OKX, MEXC, etc.
Prompt example

Get trading markets for BINANCE and BYBIT

Input Schema

The Input Schema Provided to LLM.

{
"inputSchema": {
"type": "object",
"properties": {
"exchanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of exchange codes (e.g. ['BINANCE','BINANCE_FUTURES','BYBIT'])"
}
},
"additionalProperties": false
}
}


We are continuously improving the platform, and new endpoints and features will be added soon to make your automated trading more flexible and efficient.