Through this endpoint customers can obtain details about specific transaction.
Represents the specific blockchain, e.g. Bitcoin, Ethereum, Binance Smart Chain, Tron.
Reference number for a particular transaction on the blockchain.
Represents the specific vault ID.
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.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId
is generated by Vaultody and it's unique for every request.
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.
The direction of a transaction, e.g incoming, outgoing, client-internal, vault-internal, internal.
Information about internal transfers within a transaction.
The sender's address for the internal transfer.
The ID of the operation.
The type of operation being performed within the transaction. It provides information about the nature of the action being executed.
The hash of the transaction that occurred immediately before the current transaction within the blockchain.
Time when the transaction was recorded on the blockchain.
The receiver's address for the internal transfer.
Represents the hash of the block where this transaction was mined/confirmed for first time.
The specific network, e.g mainnet, testnet, sepolia, nile.
Information about recipients.
Recipient's address.
Represents the address type, e.g deposit, smart.
Amount received.
Indicates if the address belongs to the vault (true/false).
Label of the address.
Symbol of the unit e.g. BTC, TRX, ETH.
Information about senders.
Sender's address.
Represents the address type, e.g deposit, smart.
Amount sent.
Indicates if the address belongs to the vault.
Label of the address.
Symbol of the unit e.g. BTC, TRX, ETH.
Transaction status, e.g. await approval, pending, broadcasted.
Defines the specific UNIX time when the transaction was created.
Information about token transaction, in case it is about token.
Amount of tokens transferred.
Contract address of the token.
The number of decimal places that a token can be divided into.
Sender's address.
Symbol of the token, e.g. JST, USDT, USDC.
Receiver's address.
Name of the token, e.g. Tether, JUST, USD Coin.
Type of token e.g. TRC-20, BEP-20,
Transaction fee information.
Amount of transaction fee.
Symbol of the unit e.g. BTC, TRX, ETH, BNB.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2024-05-09",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"direction": "incoming",
"internalTransfers": [
{
"fromAddress": "0xdd06a8b5d79fa90cc4417a66de597eaa97eb141e",
"operationId": "call_0_1_0",
"operationType": "CALL",
"previousTxHash": "0xf2c396008015d3331f0ca54247609af92a0b2c442843a69e10965341659d21d4",
"timestamp": 1701435851,
"toAddress": "0x267be1c1d684f78cb4f6a176c4911b741e4ffdc0"
}
],
"minedInBlockHeight": "1234324",
"network": "testnet",
"recipients": [
{
"address": "mku7JSyfdtKNEQb9J6aegZysX7iPWhWcp7",
"addressType": "deposit",
"amount": "0.0000546",
"isVaultAddress": "true",
"label": "Bitcoin address",
"unitSymbol": "BTC"
}
],
"senders": [
{
"address": "n1osMwQ7oy8qr2BrmNZ6mfCBjpfZJQGmEU",
"addressType": "deposit",
"amount": "0.0000546",
"isVaultAddress": "true",
"label": "Bitcoin address",
"unitSymbol": "BTC"
}
],
"status": "confirmed",
"timestamp": 1704881727,
"tokensTransfers": [
{
"amount": "50000",
"contract": "TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj",
"decimals": 18,
"fromAddress": "TVF2Mp9QY7FEGTnr3DBpFLobA6jguHyMvi",
"symbol": "USDT",
"toAddress": "TS1nMMDbKMFCNfdCBmQLiaA5VUdrG31kra",
"tokenName": "Tether",
"type": "TRC-20"
}
],
"transactionFee": {
"amount": "5.96124",
"unitSymbol": "BTC"
}
}
}
}