cURL
curl --request GET \ --url https://namada-rpc-01.originstake.com/tx_search \ --header 'Key: <api-key>'
{ "200": { "txs": [ {} ], "total_count": "<string>" } }
Search for transactions matching the query
Show Properties