For the complete documentation index, see llms.txt. This page is also available as Markdown.

Account

Account information

get

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.

Authorizations
AuthorizationstringRequired

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.

Responses
200

OK

application/json
billing_cycle_endstring · date-timeOptional
billing_cycle_startstring · date-timeOptional
cu_quotainteger · int64OptionalExample: 10000000
cu_remaininginteger · int64OptionalExample: 9765433
cu_usedinteger · int64OptionalExample: 234567
planstringOptional
unlimitedbooleanOptional
get/account

Supported chains

get

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

Authorizations
AuthorizationstringRequired

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.

Responses
200

OK

application/json
get/chains

Compute-unit cost list

get

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

Authorizations
AuthorizationstringRequired

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.

Responses
200

OK

application/json
get/compute-unit-costs

Last updated

Was this helpful?