Your balance and limits
GET
https://api.skylit.ai/v1/accountThe calling key's account: status, balance (credits and US dollars at $0.001 per credit), whether usage is unlimited, and the limits that apply. Free.
Authorization
Authorization: Bearer <your API key>Required. A missing header returns 401; an invalid, revoked or expired key returns 403.
Responses
- 200
Account.
- 401
Missing or invalid API key.
- 404
Unknown symbol, no data available, or none of the requested
expirationsexist for the symbol (code: expiration_not_found).
Response fields
dataobjectcustomerIdstringstatusstringactivesuspendedapiEligiblebooleanunlimitedbooleancreditsBalanceintegerbalanceUsdnumberlimitsobject
Last updated
Was this page helpful?