API

Navigate through spaces
API
⌘K
Welcome To Caduceus's API
Caducues EVM JSON-RPC
eth
web3
net
Native Api
Blockchain API
Auth API
Supply API
Mint Api
Back to Docs
Docs powered by archbee 
5min

Welcome To Caduceus's API

Welcome developer. We are excited to have you reading this document. These API's will help you get up to speed in connecting to the blockchain and submitting rpc calls to our EVM.

Caduceus will have more api's available which will include Edge rendering and file storage. But for this current version there are only 2 Api's

  • Caduceus EVM JSON RPC
    • These are your standard JSON-RPC calls that all EVM compatible chains have.
  • Native Api
    • These are calls to interact with the consensus mechanism. In version one you will see similarities with the Tendermint API however this will change in the future.



Endpoints

EVM

You will notice that all the endpoints for the Caduceus EVM JSON RPC are POST requests to a url called {{ENVIRONMENT}} . You can replace this url with:

  • https://galaxy.block.caduceus.foundation - For the Caduceus Testnet or
  • https://mainnet.block.caduceus.foundation/ - for the Caduceus Mainnet

Native

The native API endpoint is currently not exposed for security reasons hence the endpoints are only available for node operators calling their own nodes.

Back to Documentation

To go back to our Documentation then click: Quickstart

Feedback

To give feedback then please go to Feedback.



Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
accounts
Docs powered by archbee 
TABLE OF CONTENTS
Endpoints
EVM
Native
Back to Documentation
Feedback