Jump to
Ctrl
+
/

Get Transaction Details

GET
/vaults/{vaultId}/{blockchain}/transactions/{transactionId}

Through this endpoint customers can obtain details about a mined transaction.

Path Parameters

blockchain string Required
transactionId string Required
vaultId string Required

Query Parameters

context string Optional

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 Schema

apiVersion string Required

Specifies the version of the API that incorporates this endpoint.

2023-04-20
requestId string Required

Defines the ID of the request. The requestId is generated by Vaultody and it's unique for every request.

601c1710034ed6d407996b30
context string Optional

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.

yourExampleString
data object Required
item object Required
direction string Required
incoming
internalTransfers array Items (object) Optional
fromAddress string Required
0xdd06a8b5d79fa90cc4417a66de597eaa97eb141e
operationId string Required
call_0_1_0
operationType string Required
CALL
previousTxHash string Required
0xf2c396008015d3331f0ca54247609af92a0b2c442843a69e10965341659d21d4
timestamp integer Required
1701435851
toAddress string Required
0x267be1c1d684f78cb4f6a176c4911b741e4ffdc0
minedInBlockHeight string Required
1234324
network string Required
testnet
recipients array Items (object) Required
address string Required
mku7JSyfdtKNEQb9J6aegZysX7iPWhWcp7
addressType string Optional
deposit
amount string Required
0.0000546
isVaultAddress string Required
true
label string Optional
Bitcoin address
unitSymbol string Required
BTC
senders array Items (object) Required
address string Required
n1osMwQ7oy8qr2BrmNZ6mfCBjpfZJQGmEU
addressType string Optional
deposit
amount string Required
0.0000546
isVaultAddress string Required
false
label string Optional
Bitcoin address
unitSymbol string Required
BTC
status string Required
confirmed
timestamp integer Required
1704881727
tokensTransfers array Items (object) Optional

Information about transaction with token, for example token transaction with token USDT.

amount string Required
50000
contract string Required
TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj
decimals integer Required
18
fromAddress string Required
TVF2Mp9QY7FEGTnr3DBpFLobA6jguHyMvi
symbol string Required
USDT
toAddress string Required
TS1nMMDbKMFCNfdCBmQLiaA5VUdrG31kra
tokenName string Required
Tether USD
type string Required
TRC-20
transactionFee object Required
amount string Required
5.96124
unitSymbol string Required
BTC

Credits Cost : 50 Credits for 1 Results

Was this page helpful?
Yes
No
Powered by
URL

{
    "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"
            }
        }
    }
}