Rest API Endpoints

Network

HTTP MethodEndpointDescription
GET/networksGet a list of blockchain networks. With this request, you can know the Network Id for querying the detailed information of a specific blockchain network.
GET/networks/:networkIdGet details of a specific blockchain network by Network Id
GET/networks/:networkId/micro-chain-settingGet the setting value of a specific blockchain network with Network Id.

Micro Chain

HTTP MethodEndpointDescription
GET/micro-chainsGet a list of blockchain environments. With this request, you can know the Micro Chain Id to query the detailed information of a specific blockchain environment.
GET/micro-chains/:microChainIdGet details of a specific blockchain environment by Micro Chain Id.

Gas Estimation

HTTP MethodEndpointDescription
GET/micro-chains/:microChainId/gas-priceGet gas price information in a specific blockchain environment with Micro Chain Id.
GET/micro-chains/:microChainId/feeGet fixed fee information of a specific blockchain environment with Micro Chain Id.