Method Name
public/get_transaction
public/get_transaction
Used for getting a transaction by its transaction id
Parameters
transaction_id
string
required
transaction_id of the transaction to get |
Response
id
string or integer
required
|
result
object
required
|
result.data
string
required
Data used to create transaction |
result.error_log
string or null
required
Error log if failed tx |
result.status
string
required
Status of the transaction enum requested pending settled reverted ignored timed_out |
result.transaction_hash
string or null
required
Transaction hash of a pending tx |
Example
{request_example_shell}
{request_example_javascript}
{request_example_python}
The above command returns JSON structured like this:
{response_example_json}