v1.0
API reference Vaultody
GET /vaults/{vaultId}/{blockchain}/transactions/{transactionId}

Get Transaction Details

Through this endpoint customers can obtain details on a transaction.

Path parameters

blockchain string required
Represents the specific blockchain, e.g. Bitcoin, Ethereum, Binance Smart Chain, Tron.
transactionId string required
Reference number for a particular transaction on the blockchain.
vaultId string required
Represents the specific vault ID.

Query parameters

context string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.

Response

Returns 200 the request has been successful.

apiVersion string required
Specifies the version of the API that incorporates this endpoint.
E.G. 2026-03-20
requestId string required
Defines the ID of the request. The `requestId` is generated by Vaultody and it's unique for every request.
E.G. 601c1710034ed6d407996b30
context string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
E.G. yourExampleString
data object required
item object required
dateTime integer required
Defines the specific UNIX time when the transaction was created.
E.G. 1704881727
direction string required
The direction of a transaction, e.g incoming, outgoing, client-internal, vault-internal, internal.
E.G. incoming
internalTransfers object[]
Information about internal transfers within a transaction.
fromAddress string required
The sender's address for the internal transfer.
E.G. 0xdd06a8b5d79fa90cc4417a66de597eaa97eb141e
operationId string required
The ID of the operation.
E.G. call_0_1_0
operationType string required
The type of operation being performed within the transaction. It provides information about the nature of the action being executed.
E.G. CALL
previousTxHash string required
The hash of the transaction that occurred immediately before the current transaction within the blockchain.
E.G. 0xf2c396008015d3331f0ca54247609af92a0b2c4428...
timestamp integer required
Time when the transaction was recorded on the blockchain.
E.G. 1701435851
toAddress string required
The receiver's address for the internal transfer.
E.G. 0x267be1c1d684f78cb4f6a176c4911b741e4ffdc0
minedInBlockHeight string required
Represents the hash of the block where this transaction was mined/confirmed for first time.
E.G. 1234324
network string required
The specific network, e.g mainnet, testnet, sepolia, nile.
E.G. testnet
recipients object[] required
Information about recipients.
address string required
Recipient's address.
E.G. mku7JSyfdtKNEQb9J6aegZysX7iPWhWcp7
addressType string
Represents the address type, e.g deposit, smart.
E.G. deposit
amount string required
Amount received.
E.G. 0.0000546
amountUnit string required
Symbol of the unit e.g. BTC, TRX, ETH.
E.G. BTC
isVaultAddress string required
Indicates if the address belongs to the vault (true/false).
E.G. true
label string
Label of the address.
E.G. Bitcoin address
senders object[] required
Information about senders.
address string required
Sender's address.
E.G. n1osMwQ7oy8qr2BrmNZ6mfCBjpfZJQGmEU
addressType string
Represents the address type, e.g deposit.
E.G. deposit
amount string required
Amount sent.
E.G. 0.0000546
amountUnit string required
Symbol of the unit e.g. BTC, TRX, ETH.
E.G. BTC
isVaultAddress string required
Indicates if the address belongs to the vault.
E.G. true
label string
Label of the address.
E.G. Bitcoin address
status string required
Transaction status, e.g. confirmed, faild.
E.G. confirmed
tokensTransfers object[]
Information about token transaction, in case it is about token.
amount string required
Amount of tokens transferred.
E.G. 50000
amountUnit string required
Symbol of the token, e.g. JST, USDT, USDC.
E.G. USDT
contractAddress string required
Contract address of the token.
E.G. TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj
decimals integer required
The number of decimal places that a token can be divided into.
E.G. 18
fromAddress string required
Sender's address.
E.G. TVF2Mp9QY7FEGTnr3DBpFLobA6jguHyMvi
toAddress string required
Receiver's address.
E.G. TS1nMMDbKMFCNfdCBmQLiaA5VUdrG31kra
tokenName string required
Name of the token, e.g. Tether, JUST, USD Coin.
E.G. Tether USD
type string required
Type of token e.g. TRC-20, BEP-20,
E.G. TRC-20
transactionFee object required
Transaction fee information.
amount string required
Amount of transaction fee.
E.G. 5.96124
amountUnit string required
Symbol of the unit e.g. BTC, TRX, ETH, BNB.
E.G. BTC

Errors

400 The pagination attributes that have been used are invalid. Please check the Documentation to see details on pagination. application/json
401 The provided API key is invalid. Please, generate a new one from your Dashboard. application/json
403 Mainnets access is not available for your current subscription plan, please upgrade your plan to be able to use it. application/json
404 The specified resource has not been found. application/json
409 The data provided seems to be invalid. application/json
415 The selected Media Type is unavailable. The Content-Type header should be 'application/json'. application/json
422 Your request body for POST requests must have a structure of { data: { item: [...properties] } } application/json
429 The request limit has been reached. There can be maximum {requests} requests per {seconds} second(s) made. Please contact our team via email if you need more or upgrade your plan. application/json
500 An unexpected server error has occurred, we are working to fix this. Please try again later and in case it occurs again please report it to our team via email. application/json

No matches.