GET
/
tx_search
curl --request GET \
  --url https://namada-rpc-01.originstake.com/tx_search \
  --header 'Key: <api-key>'
{
  "200": {
    "txs": [
      {}
    ],
    "total_count": "<string>"
  }
}

Query Parameters

query
string
required

Query string (e.g. “tx.height=1000”)

prove
boolean

Include proofs of the transactions inclusion in the block

page
integer

Page number (1-based)

per_page
integer

Number of entries per page (max: 100)

order_by
string

Sort order (“asc” or “desc”)

Response

200
object