Get to know our API
Automate and speed up trading with API.
Permissions
The flexible interface allows you to decide for yourself whether a public or private key is only for trading or also for withdrawal.
Security
We guarantee the highest safety standards. We guarantee you fast and efficient support and assistance in API integration.
Fast Support
We guarantee you fast and efficient support and assistance in API integration. Our support is available 24 hours per day.
CoinDeal provides the best solutions for its users. Thanks to an efficient and refined API, it allows you to automate trading on the exchange.
API
Learn practical tips about API
Type of Authorization:
Basic Auth Basic base64_encode (username:password)
Where:
username = public key
password = private key
Example of encoded authorization header:
Key: Authorization
Limits:
80 requests per second per one IP
* Use only official API not the backend one used by the website - you will be banned if you will abuse this API


Public ticker data
Want to be up to date to current public data on your best-loved market pairs?
Here you can source all of our market pairs ticker data. Sample response:
{"BTC_USD": {"id": 1,
"last": "7047.80000000",
"lowestAsk": "7058.73000000",
"highestBid": "7045.78000000",
"percentChange": "-0.91064130124553",
"baseVolume": "391.28533983",
"quoteVolume": "2760738.81440820",
"isFrozen": "0",
"high24hr": "7169.23000000",
"low24hr": "7045.78000000",
"currencyName": "Bitcoin",
"walletStatus": "enabled"}

