Transaction and Asset Moves
Retrieves the history of an asset move
GET
The asset move history represents an immutable record of all the changes that have occurred to the asset move. This includes the creation of the asset move, any updates to the asset move. This endpoint retrieves this history for a specific 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
200 - application/json
The request has succeeded.
The response is of type object[]
.