Through this endpoint customers can obtain details about a mined transaction.
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.
Information about transaction with token, for example token transaction with token USDT.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2023-04-20",
"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": "false",
"label": "Bitcoin address",
"unitSymbol": "BTC"
}
],
"status": "confirmed",
"timestamp": 1704881727,
"tokensTransfers": [
{
"amount": "50000",
"contract": "TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj",
"decimals": 18,
"fromAddress": "TVF2Mp9QY7FEGTnr3DBpFLobA6jguHyMvi",
"symbol": "USDT",
"toAddress": "TS1nMMDbKMFCNfdCBmQLiaA5VUdrG31kra",
"tokenName": "Tether USD",
"type": "TRC-20"
}
],
"transactionFee": {
"amount": "5.96124",
"unitSymbol": "BTC"
}
}
}
}