Heatseeker/API Reference/Heatmap

Your balance and limits

GEThttps://api.skylit.ai/v1/account

The 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 expirations exist for the symbol (code: expiration_not_found).

Response fields

  • dataobject
    • customerIdstring
    • statusstring
      activesuspended
    • apiEligibleboolean
    • unlimitedboolean
    • creditsBalanceinteger
    • balanceUsdnumber
    • limitsobject

Last updated

Was this page helpful?