Get orders
GET
Lists orders for the authenticated wallet, filtered by outcome and order status, with pagination.
Loading code example
Loading code example
Authorizations
Authorizationstringheaderrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
statusintegerrequired
limitintegerrequired
outcomeIdintegerrequired
pageintegerrequired
addressstringrequired
Response
application/json
Orders response
successbooleanorderResultobjectorderResult.dataarray<object>errorstring