cURL
curl --request GET \ --url https://namada-indexer-01.originstake.com/api/v1/chain/rpc-url \ --header 'Key: <api-key>'
{ "200": { "url": "<string>" } }
Get rpc url that indexer connects to
Show Properties