GET
/
order
/
my-orders
Exchange history
curl --request GET \
  --url https://dev.interface.monirates.com/v1/order/my-orders \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Query Parameters

status
enum<string>
Available options:
PENDING,
SUCCESSFUL,
CANCELLED,
FAILED,
PROCESSING

Response

Successful response

success
boolean
Example:

true

message
string
data
object

Response payload