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

Response

200
object