Authentication
Signing a request
Banxa uses API Keys to authenticate all API calls. Depending on the type of workspace environment, the base API URL will be one of the following:
- Sandbox: https://api.banxa-sandbox.com/{partner}/v2
- Production: https://api.banxa.com/{partner}/v2
The partner
value should be set to your account name we have provided to you. e.g. metamask.
Every API request must contain the following headers:
x-api-key
- The API Key displayed from your Banxa Partner DashboardAccept
- This value should be set toapplication/json
Updated 3 months ago