View pending transaction detail
shell
GET: {{endpoint}}/v1/transaction/pending/detail/:idHeaders
| Key | Type | Value | Description |
|---|---|---|---|
| x-api-key | string | key_xxxxxxxxxxxxxxxxxxxx | API Key string |
| x-signature | string | SHA256 | The HMAC SHA256 signature. |
| x-timestamp | string | 1730998051892 | Timestamp of the request |
Path variables
| Key | Type | Description |
|---|---|---|
| id | string | The id of the transaction to query details |
Response Parameters
The final response in the stream also includes additional data about the generation:
withdrawalId: the withdrawal idchain: the chain-idserializedTransaction: the serialized transactionhashes: (Array) the hashesindex: the indexwithdrawalResponses: the withdrawal responsessignatures: the signaturesid: the id of the transactiondecodedTransaction: the decoded transactionvisible: the visibletxID: the transaction idraw_data: the raw datacontract: (Array) the contracttype: the typeparameter: the parametertype_url: the type urlvalue: the valueto_address: the to addressowner_address: the owner addressamount: the amount
ref_block_bytes: the ref block bytesref_block_hash: the ref block hashexpiration: the expirationtimestamp: the timestamp
raw_data_hex: the raw data hex
Example Response
json
{
"data": {
"withdrawalId": null,
"chain": "TRON",
"serializedTransaction": "{\"visible\":false,\"txID\":\"0685cd8418724c6f13fdbe2e71ee3bf1770cc86aaad0063a74b5cd762f328466\",\"raw_data\":{\"contract\":[{\"parameter\":{\"value\":{\"data\":\"a9059cbb00000000000000000000000012cdb0a2482afadaa622c798e8a1fb54bac4335b000000000000000000000000000000000000000000000000000000000001d4c0\",\"owner_address\":\"41fe782967040a304702af7671cdad119a1a438f21\",\"contract_address\":\"4142a1e39aefa49290f2b3f9ed688d7cecf86cd6e0\"},\"type_url\":\"type.googleapis.com/protocol.TriggerSmartContract\"},\"type\":\"TriggerSmartContract\"}],\"ref_block_bytes\":\"d67a\",\"ref_block_hash\":\"727a2e0d9b437642\",\"expiration\":1731496959000,\"fee_limit\":15000000,\"timestamp\":1731496899316},\"raw_data_hex\":\"0a02d67a2208727a2e0d9b4376424098b88baab2325aae01081f12a9010a31747970652e676f6f676c65617069732e636f6d2f70726f746f636f6c2e54726967676572536d617274436f6e747261637412740a1541fe782967040a304702af7671cdad119a1a438f2112154142a1e39aefa49290f2b3f9ed688d7cecf86cd6e02244a9059cbb00000000000000000000000012cdb0a2482afadaa622c798e8a1fb54bac4335b000000000000000000000000000000000000000000000000000000000001d4c070f4e587aab2329001c0c39307\"}",
"hashes": [
"ab0a003e-e282-41e7-9cb6-adc77d8f3737"
],
"index": 1001,
"withdrawalResponses": null,
"signatures": null,
"id": "67348bc3c2c1494f450c4c33",
"decodedTransaction": {
"visible": false,
"txID": "0685cd8418724c6f13fdbe2e71ee3bf1770cc86aaad0063a74b5cd762f328466",
"raw_data": {
"contract": [
{
"type": "TriggerSmartContract",
"parameter": {
"type_url": "type.googleapis.com/protocol.TriggerSmartContract",
"value": {
"data": "a9059cbb00000000000000000000000012cdb0a2482afadaa622c798e8a1fb54bac4335b000000000000000000000000000000000000000000000000000000000001d4c0",
"owner_address": "41fe782967040a304702af7671cdad119a1a438f21",
"contract_address": "4142a1e39aefa49290f2b3f9ed688d7cecf86cd6e0"
}
}
}
],
"ref_block_bytes": "d67a",
"ref_block_hash": "727a2e0d9b437642",
"expiration": 1731496959000,
"fee_limit": 15000000,
"timestamp": 1731496899316
},
"raw_data_hex": "0a02d67a2208727a2e0d9b4376424098b88baab2325aae01081f12a9010a31747970652e676f6f676c65617069732e636f6d2f70726f746f636f6c2e54726967676572536d617274436f6e747261637412740a1541fe782967040a304702af7671cdad119a1a438f2112154142a1e39aefa49290f2b3f9ed688d7cecf86cd6e02244a9059cbb00000000000000000000000012cdb0a2482afadaa622c798e8a1fb54bac4335b000000000000000000000000000000000000000000000000000000000001d4c070f4e587aab2329001c0c39307"
}
}
}json
{
"error": "Error message"
}json
{
"error": "Forbidden"
}