order
List orders
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
order
List orders
List orders with the given filters
GET
/
orders
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"client_order_id": "<string>",
"created_at": 123,
"id": "<string>",
"initial_size": 123,
"market_id": "<string>",
"order_type": "<string>",
"price": 123,
"profile_id": 123,
"reason": "<string>",
"side": "<string>",
"size": 123,
"size_percent": 123,
"status": "<string>",
"time_in_force": "<string>",
"timestamp": 123,
"total_filled_size": 123,
"trigger_price": 123,
"updated_at": 123
}
],
"success": true
}
Query Parameters
Market ID
Start Time
End Time
Status
Available options:
processing
, open
, closed
, rejected
, canceled
, canceling
, amending
, cancelingall
, placed
Order ID
Client Order ID
Order Type
Available options:
limit
, market
, stop_loss
, take_profit
, stop_loss_limit
, take_profit_limit
, stop_market
, stop_limit
, cancel
, amend
Response
200
application/json
OK
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"client_order_id": "<string>",
"created_at": 123,
"id": "<string>",
"initial_size": 123,
"market_id": "<string>",
"order_type": "<string>",
"price": 123,
"profile_id": 123,
"reason": "<string>",
"side": "<string>",
"size": 123,
"size_percent": 123,
"status": "<string>",
"time_in_force": "<string>",
"timestamp": 123,
"total_filled_size": 123,
"trigger_price": 123,
"updated_at": 123
}
],
"success": true
}