v1
latestOpenAPI 3.0.02026-07-2442138225.7 KBActions
Get transaction details
Retrieve detailed information about a specific transaction including current status, hash, and execution details.
get/v1/transactions/{transactionId}
Path parameters
{"stackTrail":"paths:/v1/transactions/{transactionId}:get:parameters:0:schema","oasType":"schema","type":"unknown"}
The unique identifier of the transaction
Response
Transaction details retrieved successfully
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"network": "ethereum",
"chainId": "1",
"type": "SUPPLY",
"status": "CREATED",
"address": "0x742d35Cc6634C0532925a3b844Bc9e7595f8fB28",
"signingFormat": "EVM_TRANSACTION"
}