Home

Get transaction by hash

POST
https://agoric-tendermint.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Retrieve a transaction by its hash with optional proof verification

Body

application/json
jsonrpcstring2.0required

JSON-RPC version identifier

idinteger | stringrequired

Request identifier for matching responses

methodstringtxrequired

The JSON-RPC method name for transaction query

paramsobjectrequired
Show child attributes
hashstringrequired

Hexadecimal hash of the transaction to query

provebooleanrequired

Whether to include merkle proof of transaction inclusion in block

Response

200OK

Transaction found successfully