market
Get market information
balanceops
balance
- DELCancel a withdrawal
- POSTClaim a withdrawal
- POSTDeposit an amount
- POSTInitialize a vault
- POSTProcess a withdrawal
- POSTReactivate a vault
- POSTStake an amount
- POSTStake an amount from balance
- POSTBegin unstaking
- POSTCancel an unstake
- POSTProcess unstake requests
- GETRetrieve a list of unstakes
- POSTWithdraw an amount
blast_points
candle
gameassets
market
admin
- POSTChange market title
- POSTChange market icon url
- GETGet user profile cache
- GETGet market tiers
- POSTAdd market tier
- DELRemove market tier
- POSTEdit market tier
- GETGet market profile tiers
- POSTAdd profile market tier
- DELRemove market profile tier
- GETGet market special tiers
- POSTAdd special market tier
- DELRemove market special tier
- POSTEdit special market tier
- GETGet which tiers
onboarding
portfolio
position
referral
secrets
profiledata
vaultdata
market
Get market information
Get market information
GET
/
markets
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"average_daily_volume": 123,
"average_daily_volume_change_basis": 123,
"average_daily_volume_change_premium": 123,
"average_daily_volume_q": 123,
"base_currency": "<string>",
"best_ask": 123,
"best_bid": 123,
"chart_prices": [
123
],
"fair_price": 123,
"forced_margin": 123,
"icon_url": "<string>",
"id": "<string>",
"index_price": 123,
"instant_funding_rate": 123,
"last_funding_rate_basis": 123,
"last_funding_update_time": 123,
"last_trade_price": 123,
"last_trade_price_24h_change_basis": 123,
"last_trade_price_24h_change_premium": 123,
"last_trade_price_24high": 123,
"last_trade_price_24low": 123,
"last_update_sequence": 123,
"last_update_time": 123,
"liquidation_margin": 123,
"long_ratio": 123,
"market_price": 123,
"market_title": "<string>",
"min_initial_margin": 123,
"min_order": 123,
"min_tick": 123,
"next_funding_rate_timestamp": 123,
"open_interest": 123,
"product_type": "<string>",
"quote_currency": "<string>",
"short_ratio": 123,
"status": "<string>"
}
],
"success": true
}
Response
200
application/json
OK
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"average_daily_volume": 123,
"average_daily_volume_change_basis": 123,
"average_daily_volume_change_premium": 123,
"average_daily_volume_q": 123,
"base_currency": "<string>",
"best_ask": 123,
"best_bid": 123,
"chart_prices": [
123
],
"fair_price": 123,
"forced_margin": 123,
"icon_url": "<string>",
"id": "<string>",
"index_price": 123,
"instant_funding_rate": 123,
"last_funding_rate_basis": 123,
"last_funding_update_time": 123,
"last_trade_price": 123,
"last_trade_price_24h_change_basis": 123,
"last_trade_price_24h_change_premium": 123,
"last_trade_price_24high": 123,
"last_trade_price_24low": 123,
"last_update_sequence": 123,
"last_update_time": 123,
"liquidation_margin": 123,
"long_ratio": 123,
"market_price": 123,
"market_title": "<string>",
"min_initial_margin": 123,
"min_order": 123,
"min_tick": 123,
"next_funding_rate_timestamp": 123,
"open_interest": 123,
"product_type": "<string>",
"quote_currency": "<string>",
"short_ratio": 123,
"status": "<string>"
}
],
"success": true
}