Canto API
Access to fast, reliable, and secure API endpoints for the Canto ecosystem.
Network
Endpoint
EVM RPC
Example: get latest block
curl 'https://rpc.ansybl.io/canto/mainnet/evm_rpc/?X-API-KEY=<YOUR_API_KEY>' --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["latest", false],"id":1}' --header 'Content-Type: application/json'Cosmos REST (1317)
Example: get latest block
curl 'https://rpc.ansybl.io/canto/mainnet/api/cosmos/base/tendermint/v1beta1/blocks/latest?X-API-KEY=<YOUR_API_KEY>' --header 'Content-Type: application/json'Tendermint RPC (26657)
Example: get latest block
Last updated