Get order
Retrieves details for a specific order accessible to your API key.
Authorizations
API key sent in the Authorization header.
Path Parameters
The order ID
Response
The order
Order representation for WebSocket messages
ID of the bank account used for the order.
Timestamp when the order was created.
Organization ID associated with the order. In webhook payloads, this is the recipient organization's ID.
Unique identifier for the order.
Type of the order (onramp/offramp/swap).
onramp, offramp Current status of the order. For offramps, completed means fiat has been sent to
the customer; finalized means the reversal window has passed and the funds can no
longer be returned.
created, funded, completed, failed, refunded, canceled, finalized 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 own application.
Timestamp when the order was last updated.
ID of the wallet used for the order.
Amount in fiat currency (e.g. MXN).
Amount in crypto tokens.
Blockchain the order settles on.
stellar, solana, base, polygon, monad Encoded transaction for the user to sign (offramp orders).
Timestamp when the order was completed.
Blockchain transaction hash, set once the crypto transfer is confirmed.
Timestamp when the order was deleted (if applicable).
Account holder name for the deposit CLABE. Hardcoded to Etherfuse MX for now.
Bank that holds the deposit CLABE. Hardcoded to STP for now (all CLABEs are STP proxy accounts).
CLABE number for deposit (onramp orders only).
Raw mid-market rate before fees
Fee-inclusive exchange rate between source and target assets
Quoted fee amount in fiat currency, derived from fee_bps × order amount.
Fee in basis points (e.g., 20 = 0.20%). Always present when order was created with a quote.
x >= 0Whether this is an anchor order (SEP-24 mode — no pre-signed TX)
Optional memo for the order.
Partner fee amount collected in fiat currency, derived from the total fee using the partner fee ratio.
Partner fee in basis points applied to this order (e.g. 100 = 1.00%). Only present when a partner fee was configured at quote time.
Disbursement status of the partner fee. Only present when partnerFeeBps > 0:
none — order not yet completed; pending — order completed, fee awaiting offline
disbursement; disbursed — partner fee has been paid out.
Source asset identifier. For onramps this is the fiat currency (e.g. MXN); for
offramps it is the crypto asset identifier.
Unsigned XDR (base64) for the claim TX (ChangeTrust + ClaimClaimableBalance). The user signs this and submits to Horizon to receive their tokens.
Stellar claimable balance ID (hex). Present when tokens were delivered via claimable balance. The user must sign a claim TX to receive their tokens.
Target asset identifier. For onramps this is the crypto asset identifier; for
offramps it is the fiat currency (e.g. MXN).
Anchor destination account for SEP-24 anchor offramps
Memo to include in the anchor payment (derived from transaction_id)
Memo type for the anchor payment (always "hash" for anchor orders)