Retrieves details for a specific order accessible to your API key.
API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.
ID of the order to retrieve
Order details retrieved successfully
Order object returned in webhooks and when fetching order details.
This is the payload you'll receive in order_updated webhook events.
Unique identifier for the order
Organization ID associated with the order. In webhook payloads, this is the recipient organization's ID.
Timestamp when the order was created
Timestamp when the order was last updated
Timestamp when the order was deleted (if applicable)
Timestamp when the order was completed
Amount in fiat currency (MXN)
Amount in crypto tokens
Blockchain transaction hash when crypto transfer is confirmed
ID of the wallet used for the order
ID of the bank account used for the order
Encoded transaction for the user to sign (offramp orders)
Whether this order uses anchor mode (Stellar only)
Stellar anchor account address to send payment to (anchor mode only)
Base64-encoded hash memo to include in the payment (anchor mode only)
Memo type for anchor payments — always "hash" (anchor mode only)
Optional memo for the order
CLABE number for deposit (onramp orders only)
Type of the order
onramp, offramp Current status of the order
created, funded, completed, failed, refunded, canceled URL to an Etherfuse-branded page where the customer can view order status and sign transactions (for offramps). Can be used as an alternative to handling transaction signing in your application.
Fee in basis points (e.g., 20 = 0.20%)
Actual fee amount collected in fiat currency
Fee-inclusive exchange rate between source and target assets at the time of order creation. This is the rate the user actually received. For example, if a user exchanged MXN for CETES with a fee, this reflects the rate after the fee was applied. Null for historical orders created before this field was added.
Raw mid-market rate before fees. For stablebond ramps, this is the bond price (e.g., MXN per CETE). For FX ramps, this is the forex mid-market rate between the underlying fiat currencies. Null for historical orders.
Source asset identifier for this order. For onramps, this is the fiat currency (e.g., "MXN"). For offramps, this is the crypto asset identifier.
Target asset identifier for this order. For onramps, this is the crypto asset identifier. For offramps, this is the fiat currency (e.g., "MXN").