Get Transaction Records
This is a /GetWalletHistory endpoint for you to retrieve either history of a particular order number or get the entire history of your wallet.
Get Wallet History
You can use this endpoint to make two types of query
Query a single transaction: To know more about a transaction status, you can use the "search_partner_order_ref" to query the transaction. If you are using this key, ignore the start and end data parameters
Query using date range: If you want to see all the history of activities on your wallet between a date range use the "start_date" & "end_date". While using this key, ignore the search_partner_order_ref
This endpoint is used to query wallet history or a transaction status history
POST
https://exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/GetWalletHistory/
This endpoint is used to query wallet history or a transaction status history
POST
https://exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/GetWalletHistory/
If
Headers
Request Body
Headers
Request Body
Last updated