Get List of Offramp Transactions
Overview
The Get List of Crypto Sell Orders API retrieves a list of all crypto-to-fiat sell transactions for a user. It provides merchants with a summary of past sell orders, including their status and details, to help monitor and manage user activity.
Sample Request
curl --location --globoff '{{baseURL_swiftramp_v1}}/transaction?page=1' \
--header 'authorization: {{loginAccessToken}}'
Use Cases
Transaction Monitoring
- View all sell orders for a user to monitor activity and status.
User Support
- Fetch transaction details to address user queries or issues.
Get More Information
For additional details, visit Mudrex API Documentation.