Order

getWalletOrders

get

Returns all open orders sent from the specified wallet, optionally restricted to one trading pair. If only_open is False, returns completed, cancelled and rejected orders instead.

Authorizations
AuthorizationstringRequired
Path parameters
wallet_addressstringRequired
Query parameters
trading_pairstringOptional
only_openbooleanOptional
cursorstringOptional

Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous response.

limitinteger · int64Optional

The maximum number of items to return.

countbooleanOptional

Returns the total number of items in the collection.

Responses
chevron-right
200

OK

application/json
get
/wallets/{wallet_address}/orders

createPrimaryMarketOrder

post
Authorizations
AuthorizationstringRequired
Path parameters
wallet_addressstringRequired
Body
signaturestring · max: 255Required

Digital signature of the payload data, created by the sending wallet

Responses
chevron-right
200

OK

No content

post
/wallets/{wallet_address}/primarymarketorder

No content

Last updated