Page cover image

Persistence

Below you can find the endpoints and the samples

Persistence is a Tendermint-based interoperable protocol that powers an entire DeFi ecosystem. Thanks to the Persistence SDK, developers can build a number of multi-chain products that promote liquid staking.

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

Persistence RPC Endpoints

Mainnet

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

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

Testnet

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

  • Tendermint RPC (RPC): https://persistence-testnet-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 Persistence nodes without the API key. (i.e.https://persistence-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.

Last updated

Was this helpful?