Network
Network utilities provide functions for fee estimation, smart contract reads, and Canton validator management. Use these endpoints to plan transactions, retrieve on chain data, or manage Canton network operations.
Endpoints overview
- Estimate Fees
GET/networks/fees: Retrieve current network fee estimates to help plan transactions.- Call Function
POST /networks/{network}/call-function: Read data from smart contracts on EVM networks. This operation executes a view function locally without broadcasting a transaction.- List Canton Validators
GET /networks/{network}/validators: List the validators available for Canton network operations when using a Canton wallet.