Skip to main content
GET
Validate and reserve API quota

Authorizations

API-KEY
string
header
required

Registered Vibechain application key. Required in addition to wallet/session credentials. Obtain your own key via POST https://build.vibechain.com/apikey/create; see Authentication and consent. Missing/invalid keys: 401; exhausted quota: 429; lookup outage: 503.

Query Parameters

bucket
enum<string>
required
Available options:
read,
write,
stream

Response

Key accepted and one request reserved; inspect RateLimit headers.