Pre-General Availability: 2026-03-13

Service Endpoints

These are the service endpoints generated once your instance is created.

The following table shows the endpoints for Blockchain Platform Manager, the service console, and the RPC proxy.

Service Endpoint Type URL Format URL Source
Blockchain Platform Manager Web URL https://controlplane.<domain-name>/console/index.html

Example: https://controlplane.obpee.example.com/console/index.html

The domain name that you specified when installing Blockchain Platform Manager.
Service console Web URL https://console.<instance-name>.<instance-domain-name>

Example: https://console.obpee.example.com

The instance name and domain name that you specified when creating the instance.
RPC proxy API endpoint https://rpcproxy.<instance-name>.<instance-domain-name>:443

Example: https://rpcproxy.obpee.example.com:443

Example: https://rpcproxy.obpee.example.com:443/v1/besu/query

The instance name and domain name that you specified when creating the instance. A detailed list of APIs is available at the RPC proxy URL in the /openapi path.
Authentication service Fetch access token https://auth.<domain-name>:443//auth/realms/master/protocol/openid-connect/token

Example: https://auth.obpee.example.com:443//auth/realms/master/protocol/openid-connect/token

The domain name that you specified when installing Blockchain Platform Manager.

Figure 2-1 Service View


Architecture diagram: A browser and API clients on the internet connect to services inside an Oracle Cloud Infrastructure (OCI) tenancy. The browser accesses Blockchain Platform Manager for lifecycle tasks such as create, view, and terminate Hyperledger Besu networks and configure authentication, and the data plane (Service Console) to manage Besu nodes, wallets, and logs. API tools such as Postman or curl call an RPC gateway that submits Ethereum transactions. All components run as pods in an Oracle Container Engine for Kubernetes (OKE) cluster.