> For the complete documentation index, see [llms.txt](https://docs.validationcloud.io/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.validationcloud.io/v1/about/admin-api-keys/account.md).

# Account

## Account information

> Plan tier, compute-unit quota, cycle-to-date usage, and billing cycle bounds for the team the admin key is bound to. Unlimited-plan teams return \`unlimited: true\` with the quota and remaining fields omitted.

```json
{"openapi":"3.1.0","info":{"title":"Validation Cloud Node API — Admin API","version":"1.0.0"},"servers":[{"url":"/admin/v1"}],"security":[{"AdminApiKey":[]}],"components":{"securitySchemes":{"AdminApiKey":{"description":"Admin API key under the `ApiKey` scheme: `Authorization: ApiKey vc_adm_...`. Each key is bound to one team and carries a READ or WRITE scope; the usage endpoints require only READ.","in":"header","name":"Authorization","type":"apiKey"}},"schemas":{"admin.accountResponse":{"properties":{"billing_cycle_end":{"format":"date-time","type":"string"},"billing_cycle_start":{"format":"date-time","type":"string"},"cu_quota":{"format":"int64","type":"integer"},"cu_remaining":{"format":"int64","type":"integer"},"cu_used":{"format":"int64","type":"integer"},"plan":{"type":"string"},"unlimited":{"type":"boolean"}},"type":"object"},"admin.errorEnvelope":{"properties":{"error":{"$ref":"#/components/schemas/admin.errorBody"}},"type":"object"},"admin.errorBody":{"properties":{"code":{"enum":["unauthorized","forbidden","invalid_request","not_found","endpoint_limit_reached","plan_not_eligible","rate_limited","internal_error"],"type":"string"},"message":{"type":"string"}},"type":"object"}}},"paths":{"/account":{"get":{"description":"Plan tier, compute-unit quota, cycle-to-date usage, and billing cycle bounds for the team the admin key is bound to. Unlimited-plan teams return `unlimited: true` with the quota and remaining fields omitted.","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/admin.accountResponse"}}},"description":"OK"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/admin.errorEnvelope"}}},"description":"Unauthorized"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/admin.errorEnvelope"}}},"description":"Internal Server Error"}},"summary":"Account information","tags":["Account"]}}}}
```

## Supported chains

> Catalogue of blockchain chains and networks that can be used when creating an endpoint.

```json
{"openapi":"3.1.0","info":{"title":"Validation Cloud Node API — Admin API","version":"1.0.0"},"servers":[{"url":"/admin/v1"}],"security":[{"AdminApiKey":[]}],"components":{"securitySchemes":{"AdminApiKey":{"description":"Admin API key under the `ApiKey` scheme: `Authorization: ApiKey vc_adm_...`. Each key is bound to one team and carries a READ or WRITE scope; the usage endpoints require only READ.","in":"header","name":"Authorization","type":"apiKey"}},"schemas":{"admin.chainsResponse":{"properties":{"chains":{"items":{"$ref":"#/components/schemas/admin.chainResponse"},"type":"array","uniqueItems":false}},"type":"object"},"admin.chainResponse":{"properties":{"display_name":{"type":"string"},"iso":{"type":"string"},"name":{"type":"string"},"networks":{"items":{"$ref":"#/components/schemas/admin.networkResponse"},"type":"array","uniqueItems":false},"wss":{"type":"boolean"}},"type":"object"},"admin.networkResponse":{"properties":{"description":{"type":"string"},"display_name":{"type":"string"},"is_archive":{"type":"boolean"},"name":{"type":"string"}},"type":"object"},"admin.errorEnvelope":{"properties":{"error":{"$ref":"#/components/schemas/admin.errorBody"}},"type":"object"},"admin.errorBody":{"properties":{"code":{"enum":["unauthorized","forbidden","invalid_request","not_found","endpoint_limit_reached","plan_not_eligible","rate_limited","internal_error"],"type":"string"},"message":{"type":"string"}},"type":"object"}}},"paths":{"/chains":{"get":{"description":"Catalogue of blockchain chains and networks that can be used when creating an endpoint.","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/admin.chainsResponse"}}},"description":"OK"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/admin.errorEnvelope"}}},"description":"Unauthorized"}},"summary":"Supported chains","tags":["Account"]}}}}
```

## Compute-unit cost list

> CU price per method, chain, network, and protocol. Use to predict the cost of a request before sending it.

```json
{"openapi":"3.1.0","info":{"title":"Validation Cloud Node API — Admin API","version":"1.0.0"},"servers":[{"url":"/admin/v1"}],"security":[{"AdminApiKey":[]}],"components":{"securitySchemes":{"AdminApiKey":{"description":"Admin API key under the `ApiKey` scheme: `Authorization: ApiKey vc_adm_...`. Each key is bound to one team and carries a READ or WRITE scope; the usage endpoints require only READ.","in":"header","name":"Authorization","type":"apiKey"}},"schemas":{"admin.cuCostsResponse":{"properties":{"compute_unit_costs":{"items":{"$ref":"#/components/schemas/admin.cuCostEntry"},"type":"array","uniqueItems":false}},"type":"object"},"admin.cuCostEntry":{"properties":{"chain":{"type":"string"},"cu_cost":{"type":"integer"},"method":{"type":"string"},"network":{"type":"string"},"protocol":{"type":"string"}},"type":"object"},"admin.errorEnvelope":{"properties":{"error":{"$ref":"#/components/schemas/admin.errorBody"}},"type":"object"},"admin.errorBody":{"properties":{"code":{"enum":["unauthorized","forbidden","invalid_request","not_found","endpoint_limit_reached","plan_not_eligible","rate_limited","internal_error"],"type":"string"},"message":{"type":"string"}},"type":"object"}}},"paths":{"/compute-unit-costs":{"get":{"description":"CU price per method, chain, network, and protocol. Use to predict the cost of a request before sending it.","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/admin.cuCostsResponse"}}},"description":"OK"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/admin.errorEnvelope"}}},"description":"Unauthorized"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/admin.errorEnvelope"}}},"description":"Internal Server Error"}},"summary":"Compute-unit cost list","tags":["Account"]}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.validationcloud.io/v1/about/admin-api-keys/account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
