Authorization

Authentication to the Bytio API is via the X-API-KEY HTTP header. You can retrieve your API Key from the profile page.

Example API request
curl --request GET \
    --url https://api.bytio.com/v1/account \
    --header 'X-API-KEY: YOUR_API_KEY'

APIs