Authorizations
Chainstack API uses API keys to authenticate requests. You can view and manage your API keys in the platform UI.
Your API keys carry many privileges, so be sure to keep them secure!
Provide your API key as the Authorization
header. The value of the header consists of Bearer
prefix and secret key generated through the platform UI.
curl -X GET 'https://api.chainstack.com/v1/organization/' \
--header 'Authorization: Bearer FX7CWlLg.FMpAO8cgCX2N7s41EncRru2nb5CmTZUt'
All API requests must be made over HTTPS.
Path Parameters
A unique value identifying the Object.
Response
Name of the node.
ID of the network.
ID of the organization that owns this node.
Type of the node. <br>Available types:
shared
— only forethereum
,polygon-pos
,bsc
,avalanche
,fantom
,tezos
,bitcoin
dedicated
— for all protocols
shared
, dedicated
Cloud provider. <br>See also Supported cloud providers.
aws
, azure
, gcloud
, vzo
Regions the nodes are deployed to.
Available for gcloud
:
asia-southeast1
Available for aws
:
ap-southeast-1
us-west-2
us-east-1
Available for azure
:
uksouth
Available for vzo
:
eu3
asia-southeast1
, ap-southeast-1
, us-west-2
, us-east-1
, uksouth
, eu3
Protocol-specific attributes. Ethereum node details.
Creator of the network. Creator of the object.
When the node was created. When the object was created.
Role of the node. <br>Available roles:
peer
— peer node
peer
Ethereum node configuration.