Skip to main content

Authentication

Authenticating against the our API requires an API key. You can retrieve and manage your API keys from your account settings dashboard. If your key gets compromised you can re-generate it from your dashboard.

Your API keys are sensitive information. Please do not share in publicly accessible areas such as GitHub, client-side code, and so forth.

The API key header should be in the following format: apiKey: <token>

terminal
curl https://api.quotabank.net/api/v1/mgmt/wallet/list
-H "apiKey: <API_KEY>"
-H "Content-Type: application/json"