v2
latestOpenAPI 3.0.12026-07-26334612609.5 KBCustom Networks
Get a specific custom network
get/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
Response
Custom network details
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"
}
}