Transient orders
Path parameters
market_idstringRequired
Market ID for the market
subaccount_idstringRequired
SubaccountID of the trader
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /injective/exchange/v1beta1/spot/transient_orders/{market_id}/{subaccount_id} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"orders": [
{
"price": "text",
"quantity": "text",
"fillable": "text",
"isBuy": true,
"order_hash": "text",
"cid": "text"
}
]
}