Get Multiple Order Endpoint
This is used to get the details of multiple orders.
GET
https://exchanger-api.fuspay.finance/api/v1/no-auth/Axis/OrderHistory/
Request Headers
Name
Type
Description
Authorization*
String
"Bearer ${partner_secret_key}"
x-partner-id*
String
"pxxxxxx"
Request Body
Name
Type
Description
order_type*
String
"buy or sell"
date_from*
String
"2024-03-01 16:000"
date_to*
String
"2024-03-02 16:000"
Sample code
Reponse Body
Last updated