Get transaction
Returns a single transaction for the given vault. Available only to callers with access to the vault.
Rate limit: 200 requests per 30 seconds per IP.
Authorizations
Path Parameters
Vault identifier, a V-prefixed 14-char base32 string with a final check character.
"VABCDEF234567A"
Transaction identifier, as returned in the vault's transaction history.
"TXABCDE-FGHIJ-KLMNO2"
Response
The requested transaction.
Transaction identifier.
"TXABCDE-FGHIJ-KLMNO2"
Transaction type (e.g. deposit, withdrawal, custody_transfer).
"deposit"
Transaction status, resolved per the asset's crypto or fiat classification (e.g. pending, broadcast, completed, failed, settled, on_hold).
"completed"
Asset code of the transaction amount.
"BTC"
Asset class of the transaction amount (e.g. currency, tokenized_asset).
"currency"
Transaction amount, fixed-precision decimal as string. Spend amounts are negative.
"1.25"
Transaction time (ISO-8601).
"2024-05-14T22:13:20.000Z"
On-chain transaction hash, when available.
"0x4a7d1ed414474e4033ac29ccb8653d9b00d3f1c9a3b7e5d2c8f6a4b1e9d7c5a3"
Reference identifier linking the transaction to its originating operation, when available.
"FTABCDE-FGHIJ-KLMNO2"
Fee charged for the transaction, when available.
Custody extension type for extended transactions (e.g. post_trade_settlement), when available.
"post_trade_settlement"