curl --request GET \
--url https://api.sandbox.tracefinance.com/api/operations/{operationId} \
--header 'Authorization: Bearer <token>'Retrieves the details of an operation by its ID.
curl --request GET \
--url https://api.sandbox.tracefinance.com/api/operations/{operationId} \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
API version. Omit to use the default version.
"1"
UUID of the operation.
Operation details.
An operation. Withdrawals (POST /api/operations/withdrawal), swaps (POST /api/operations/swap), deposits (POST /api/operations/deposit), and transfers (POST /api/operations/transfer) share this shape, discriminated by intent.type. The quote field is always present; for transfers without an explicit quoteId in the request, the system generates a 1:1 same-asset quote.
Reference to a customer account, including the registered owner name.
Show child attributes
Monetary amount expressed as a decimal string in the asset's canonical scale. Use a decimal-precision library (BigDecimal, Decimal) for arithmetic — never JavaScript Number. Request bodies use the scalar AmountValue instead.
Show child attributes
Monetary amount expressed as a decimal string in the asset's canonical scale. Use a decimal-precision library (BigDecimal, Decimal) for arithmetic — never JavaScript Number. Request bodies use the scalar AmountValue instead.
Show child attributes
Operation intent. Discriminated by type.
Show child attributes
Reference to the quote consumed by the operation.
Show child attributes
Show child attributes
Show child attributes
A single entry in an operation's state history. Carries a status, optional reason, and the time the state was entered.
Show child attributes
Full state history of the operation, oldest first. The last entry equals currentState.
Show child attributes
System-managed labels stamped onto the operation when it is created. Inherited from the account's propagating tags.
Show child attributes
[
{ "key": "psp", "value": "Amazon" },
{ "key": "compliance-tier", "value": "high" }
]
Was this page helpful?