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
Name
Type
Description
id
number
Market ID
Market deals
GET
https://wax.alcor.exchange/api/markets/:id/deals
Get latest deals
Path Parameters
Name
Type
Description
id
number
Market ID
Query Parameters
Name
Type
Description
limit
number
Default limit is: 200
Charts api
GET
https://wax.alcor.exchange/api/markets/:id/charts
Get candles charts for specific market.
Path Parameters
Name
Type
Description
id
number
Market ID
Query Parameters
Name
Type
Description
to
number
To timestamp
from
number
From timestamp
resolution
string
1/5/15/30/60/240 1D/1W/1M
Last updated