v1
latestOpenAPI 3.0.22026-07-242673105.9 KBTransactions
Query a transaction by ID
This endpoint will return the details of the requested transaction.
get/transactions/{transaction_id}
Path parameters
transaction_idinteger required
Unique transaction identifier.
Response
successful operation
Example response
{
"metadata": {
"balance": {
"validity": {
"quantity": 365
},
"extended_data_policy": {
"interval": "24h",
"fixed_time": "00:00",
"throttle_speed": "128 KB/s"
}
}
}
}