Market Data Only URLs
These endpoints provide public market data and do not require authentication.
API keys are not required.
REST API
Public market data is available via:
https://api.exmon.pro/v1.1
Available endpoints
GET /tickerGET /tradesGET /order_bookGET /pair_settingsGET /currencyGET /currency_list_extendedGET /candles_historyGET /timeGET /required_amount
Sample request
curl -sX GET "https://api.exmon.pro/v1.1/ticker?symbol=BTC_USDT"
WebSocket Streams
Sample request:
wss://ws-api.exmon.pro:443/v1/trades
Full list of streams and formats is described in the WebSocket documentation.