Regional Endpoint URLs
All runtime resources in Kaleido are assigned one or more hostnames in the following format:
[ENVIRONMENT_ID]-[RESOURCE_ID]-[TYPE].[REGIONAL_DOMAIN_PREFIX].kaleido.io
Blockchain nodes and some services have multiple URLs to access multiple endpoints exposed by that node/service, with different
-[TYPE]
qualifiers in the hostname.
Example URLs
- Blockchain node running in AWS US:
- JSON/RPC HTTP endpoint
https://u0abc123xy-u0xyz999ab-rpc.us0-aws.kaleido.io
- JSON/RPC WebSockets endpoint
wss://u0abc123xy-u0xyz999ab-wss.us0-aws.kaleido.io
- REST API Gateway endpoint
https://u0abc123xy-u0xyz999ab-connect.us0-aws.kaleido.io
- Private Transaction Manager endpoint
https://u0abc123xy-u0xyz999ab-ptx.us0-aws.kaleido.io
- JSON/RPC HTTP endpoint
- HD Wallet instance running in Azure US:
- REST API
https://u0abc123xy-u0xyz999ab-hdwallet.us1-azure.kaleido.io
- REST API
- App2App Messaging instance running in AWS Europe:
- socket.io API
wss://u0abc123xy-u0xyz999ab.de0-aws-ws.kaleido.io
- socket.io API