Retrieve an Asset Move
Headers
The Basic Authentication header. Format: "Basic {base64(orgID:apiKey)}"
Path Parameters
The key of the ledger. Examples:
- "123e4567-e89b-12d3-a456-426614174000"
- "id:123e4567-e89b-12d3-a456-426614174000"
- "ref:ledger:customer_a"
The key of the asset move. Examples:
- "123e4567-e89b-12d3-a456-426614174000"
- "id:123e4567-e89b-12d3-a456-426614174000"
- "ref:move:transfer:account_a_to_b:2023-06-15"
Response
The unique reference of the asset move, set by you when creating the asset move
The representation of the source account
The represantation of the destination account
The reference of the asset
1
The amount of the asset to move
The status of the asset move
EXPECTED
, LOCKED
, COMPLETED
, DECLINED
, REFUNDED
The type of the asset move
1
The created at timestamp
The updated at timestamp
the specific decline reason for the asset move in case the asset-move has been declined. This can be a system-defined reason such as INSUFFICIENT_FUNDS, or LIMIT_EXCEEDED, or it can be a custom defined type of so set during the transaction creation
The categories of the asset move
Additional, optional, metadata for the asset move