Page cover image

Axelar

Below you can find the endpoints and the samples

Axelar is a decentralized interoperability network connecting all blockchains, assets and apps through a universal set of protocols and APIs.

For more information on Axelar APIs, see the official documentation.

Axelar RPC Endpoints

Mainnet

  • REST API (LCD): https://axelar-mainnet-rpc.allthatnode.com:1317 \ --header "x-allthatnode-api-key: 'YOUR-API-KEY'"

  • Tendermint RPC (RPC): https://axelar-mainnet-rpc.allthatnode.com:26657/'YOUR-API-KEY'

Casablanca

  • REST API (LCD): https://axelar-casablanca-rpc.allthatnode.com:1317 \ --header "x-allthatnode-api-key: 'YOUR-API-KEY'"

  • Tendermint RPC (RPC): https://axelar-casablanca-rpc.allthatnode.com:26657/'YOUR-API-KEY'

Lisbon

  • REST API (LCD): https://axelar-lisbon-rpc.allthatnode.com:1317 \ --header "x-allthatnode-api-key: 'YOUR-API-KEY'"

  • Tendermint RPC (RPC): https://axelar-lisbon-rpc.allthatnode.com:26657/'YOUR-API-KEY'

Find 'YOUR-API-KEY' by going to the Dashboard menu (Dashboard > All Projects > Project Detail Page).

Or you can use the public Axelar nodes without the API key. (i.e.https://axelar-mainnet-rpc.allthatnode.com:1317/)

But Public endpoints are not intended for DApp building. Please use private / dedicated RPC servers when you launch your application, drop NFTs, etc.

Put your ‘API-KEY’ with the endpoint in the correct place(Check out the samples on the next page!).

Otherwise, it means you are using the public endpoint we offer, therefore, we cannot count the API calls of your project nor make the request report for you.

Last updated

Was this helpful?