Cluster → Metadata
To enable testnet querying on Sepolia, add ?testnet=true
to the end of the URL
Get cluster
GET
/v0.1/cluster/:name
Get the cluster from a cluster name
Name | Description |
---|---|
| Name of the cluster |
Example
Response
Bulk get clusters
POST
/v0.1/cluster/names
Get the cluster from a cluster name
Name | Description |
---|---|
POST | Array of cluster names |
Example
Response
Any names in the array that are not found will be omitted from the response.
Last updated