Bitonic App
Download from Google Play
Download from the App Store
Our API is public, but please don't make more than 10 requests per minute.
All responses are JSON-formatted.
GET https://bitonic.nl/api/buy
Available parameters:
Examples:
Spend 100 euros
https://bitonic.nl/api/buy?eur=100
Result:
{
"success": true,
"btc": 0.00131168,
"eur": 100,
"price": 76238.07,
"method": "ideal"
}
Buy 0.01 bitcoin using Bancontact
https://bitonic.nl/api/buy?method=bancontact&btc=0.01
GET https://bitonic.nl/api/sell
Available parameters:
Examples:
Sell 0.01 bitcoin
https://bitonic.nl/api/sell?btc=0.01
Result:
{
"success": true,
"btc": 0.01,
"eur": 738.23,
"price": 73823.13
}
Receive 1000 euro
https://bitonic.nl/api/sell?eur=1000
https://bitonic.nl/api/price
The price is an average between buy and sell prices.
The chat service 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 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.