API documentation

Public API

Our API is public, but please don't make more than 10 requests per minute.

All responses are JSON-formatted.

Buy price

GET https://bitonic.nl/api/buy

Available parameters:

  • btc (bitcoin amount) [optional, default: 1]
  • eur (euro amount) [optional]
  • method (payment method) [optional, default: ideal]

Examples:

Spend 100 euros
https://bitonic.nl/api/buy?eur=100

Result:

{
  "success": true,
  "btc": 0.01125264,
  "eur": 100,
  "price": 8886.8,
  "method": "ideal"
}

Buy 1 bitcoin using Bancontact (former MisterCash)
https://bitonic.nl/api/buy?method=bancontact&btc=1

Sell price

GET https://bitonic.nl/api/sell

Available parameters:

  • btc (bitcoin amount) [optional, default: 1]
  • eur (euro amount) [optional]

Examples:

Sell 2.5 bitcoin
https://bitonic.nl/api/sell?btc=2.5

Result:

{
  "success": true,
  "btc": 2.5,
  "eur": 22071.59,
  "price": 8828.64
}

Receive 1000 euro
https://bitonic.nl/api/sell?eur=1000

Average price & 24h volume

https://bitonic.nl/api/price

The price is also the exchange rate we offer our merchants.

Live Chat Consent

The live chat is a service provided by MessageBird B.V. which is (a.o.) subject to the EU General Data Protection Regulation (GDPR) and states they do not use your data for commercial gain. In order to load the Live Chat we ask you to consent to the processing of any data shared with us using the chat. By closing this window without giving consent the chat will not load and no data will be shared.
For more information please review the MessageBird Privacy Policy.