Home

Search transactions

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Search for transactions with query filters, pagination, and sorting options

Body

application/json
jsonrpcstring2.0required

JSON-RPC version identifier

idinteger | stringrequired

Request identifier for matching responses

methodstringtx_searchrequired

The JSON-RPC method name for transaction search

paramsobjectrequired
Show child attributes
querystringrequired

Query string using Tendermint query syntax. Examples:

  • "tx.height=123456" - Transactions at specific height
  • "transfer.recipient='cosmos1...'" - Transfer transactions to recipient
  • "message.sender='cosmos1...'" - Transactions from specific sender
  • "tx.hash='ABC123...'" - Specific transaction hash
proveboolean

Whether to include merkle proofs for transactions

pageinteger

Page number for pagination (1-based)

per_pageinteger

Number of transactions per page

order_bystringascdesc

Sort order for results

Response

200OK

Transactions found successfully