get
https://api.lirium-sandbox.com/v1/partner/orders/
Gets a specific partner order
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Returns a single partner order. The operation-specific detail is nested under a key named after operation — withdrawal, top_up, swap_referral — while partner_commission orders carry no extra object.
Withdrawal Orders
For withdrawal orders, the withdrawal object splits the debited amount into what reached the destination and what Lirium charged:
| Field | Type | Description |
|---|---|---|
currency | string | Withdrawal currency, matching your settlement account. |
amount | string | Total debited from your settlement account. |
destination_amount | string | Amount credited to the destination, i.e. amount minus fee_amount. |
fee_amount | string | Fee charged for the withdrawal. "0" when no fee applies. |
type | string | Destination type. outgoing_instruction for current orders. |
outgoing_instruction.instruction_id | string | ID of the Outgoing Fiat Instruction the funds were sent to. |
Legacy DestinationsOrders placed before withdrawals routed through Outgoing Fiat Instructions may instead carry a
ar_cvu,ar_cbu,ar_aliasoraddress_book_itemobject with a matchingtype. These appear on historical orders only.
