REST API
Trade the future. Use Bitvavo REST API to manage your account, buy, sell, and store digital assets from your app.
By accessing or using the Bitvavo API or other Bitvavo developer documentation, you agree to the Bitvavo Developer Agreement. All trades on Bitvavo are handled according to the trading rules.
Authentication
- API Key: Bitvavo-Access-Key
- API Key: Bitvavo-Access-Timestamp
- API Key: Bitvavo-Access-Signature
- API Key: Bitvavo-Access-Window
Your 64-character API key with the required permissions.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Bitvavo-Access-Key |
A Unix timestamp in milliseconds of the time when you make the request.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Bitvavo-Access-Timestamp |
An HMAC-SHA256 hex-encoded string of the time, HTTP method, path, and parameters used to make the request. To learn more, see Authentication.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Bitvavo-Access-Signature |
The execution timeout in milliseconds after Bitvavo-Access-Timestamp. The default value is 10000, the maximum value is 60000.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Bitvavo-Access-Window |