Regional API Endpoints
Each Kaleido region has a separate administration API endpoint. When dealing with blockchain specific resources such as nodes, services or application credentials, you must specify the consortium's home region as the base API endpoint. If you are dealing directly with your organization for account management administration (e.g. deleting API Keys), you must specify the home region for your organization.
Consortium Endpoints
Use these for DevOps activities such as environmental and node creation.
- AWS US East Ohio:
https://console.kaleido.io/api/v1
- AWS EU Central Frankfurt:
https://console-eu.kaleido.io/api/v1
- AWS Asia Pacific SE Sydney:
https://console-ap.kaleido.io/api/v1
- AWS Asia Pacific NE Seoul:
https://console-ko.kaleido.io/api/v1
- Azure US West Washington:
https://console-us1.kaleido.io/api/v1
- Azure EU Central France:
https://console-eu1.kaleido.io/api/v1
The regions are displayed on the HOME panel and designated with a corresponding country flag.
Note that AWS US East and Azure US West will both display an
American flag. Inspect the consortia ID if there is confusion as to which
is the correct region. AWS will have an ID prefaced with u0
and Azure will
have an ID prefaced with u1
.
Organization Endpoints
Use these for organizational administration such as API Key cycling.
- AWS USA:
https://console.kaleido.io/api/v1
- AWS Europe:
https://console-eu.kaleido.io/api/v1
- AWS Sydney:
https://console-ap.kaleido.io/api/v1
- AWS Seoul:
https://console-ko.kaleido.io/api/v1
- Azure USA:
https://console-us1.kaleido.io/api/v1
- Azure Europe:
https://console-eu1.kaleido.io/api/v1
To ascertain your organizational home region click ACCOUNT -> ORG SETTINGS -> YOUR_ORG_NAME.
Your organization has an accompanying ID. Use the first two characters to identify your organizational home region.
- AWS USA:
u0
- AWS Europe:
e0
- AWS Sydney:
a0
- AWS Seoul:
k0
- Azure USA:
u1
- Azure Europe:
e1