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.


Endpoint

URL: https://mudrex.com/api/v2/wallet/transactions?transaction_type=SELL
Method: GET


Request Headers

HeaderDescription
X-TimestampUNIX timestamp for the request.
X-Client-IdUnique identifier for the merchant.
X-Request-IdA unique identifier for the request (optional but recommended).
X-Secret-KeyAPI secret key for authenticating the request.
X-User-IdThe unique ID of the user making the request.

Sample Request

curl --location 'https://mudrex.com/api/v2/wallet/transactions?transaction_type=SELL' \
--header 'X-Timestamp: 1732265171' \
--header 'X-Client-Id: CLIENT_ID_HERE' \
--header 'X-Request-Id: CC' \
--header 'X-Secret-Key: SECRET_KEY_HERE' \
--header 'X-User-Id: USER_ID_HERE'

Sample Response

Need this

Key Response Fields

Use Cases

  1. Transaction Monitoring:

    • View all sell orders for a user to monitor activity and status.
  2. User Support:

    • Fetch transaction details to address user queries or issues.

Get more information here