Authentication
How to authenticate requests to the OneBalance API
The OneBalance API uses API keys to authenticate requests. All API requests require authentication using an API key passed in the x-api-key
header:
Terminal
A public API key is available for testing purposes with limited usage: f9703eaqsbma20tmtphg2jirm0hk8z8v2hkodrfrvhfm6ziesi7p38u991bnih5f
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.