Markets API
Markets status API, prices, volume.
Base data for all market are available on /markets endpoint.
The api depends on the subdomain assigned to each chain. ie: wax.alcor.exchange/api/markets, telos.alcor.exchange/api/markets.
Each market has additional api for more information:
markets
GET
https://wax.alcor.exchange/api/markets/:id
Get full market information
Path Parameters
Market deals
GET
https://wax.alcor.exchange/api/markets/:id/deals
Get latest deals
Path Parameters
Query Parameters
Charts api
GET
https://wax.alcor.exchange/api/markets/:id/charts
Get candles charts for specific market.
Path Parameters
Query Parameters
Last updated