v2
latestOpenAPI 3.0.12026-07-26334612609.5 KBCustom Networks
Update a custom network
put/organizations/{organizationId}/customNetworks/{networkId}
Path parameters
organizationIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f
ID of organization
networkIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f
The unique identifier of the custom network
Request body
Example request
{
"chainName": "Base Mainnet",
"chainId": "8453",
"rpcUrl": "https://website-sample.com",
"blockExplorerUrl": "https://website-sample.com",
"iconUrl": "https://website-sample.com",
"nativeCurrencyName": "Ethereum",
"nativeCurrencySymbol": "ETH",
"nativeCurrencyIconUrl": "https://website-sample.com",
"nativeCurrencyDecimals": 18
}Response
Custom network updated
Example response
{
"customNetwork": {
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"rpcUrl": "https://website-sample.com",
"blockExplorerUrl": "https://website-sample.com",
"iconUrl": "https://website-sample.com",
"nativeCurrencyIconUrl": "https://website-sample.com"
}
}