Network
| HTTP Method | Endpoint | Description |
|---|---|---|
| GET | /networks | Get 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/:networkId | Get details of a specific blockchain network by Network Id |
| GET | /networks/:networkId/micro-chain-setting | Get the setting value of a specific blockchain network with Network Id. |
Micro Chain
| HTTP Method | Endpoint | Description |
|---|---|---|
| GET | /micro-chains | Get 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/:microChainId | Get details of a specific blockchain environment by Micro Chain Id. |
Gas Estimation
| HTTP Method | Endpoint | Description |
|---|---|---|
| GET | /micro-chains/:microChainId/gas-price | Get gas price information in a specific blockchain environment with Micro Chain Id. |
| GET | /micro-chains/:microChainId/fee | Get fixed fee information of a specific blockchain environment with Micro Chain Id. |
