WHY BUILD WITH COINCORNER?
CoinCorner has over 200,000 users who will be able to use your app with a simple click.
Learning technology behind bitcoins blockchain is no easy task, why reinvent the wheel?
Blockchain and bitcoin experts at hand to help you with anything you get stuck on.
COINCORNER API's
-
User Transactions V2
Returns your trade history
-
Current Prices
Returns the current fiat price of BTC
-
Ticker
Returns the current fiat price of a coin
API Endpoint
https://api.coincorner.com/api
All API requests should use the application/json content type, and must be encrypted with SSL (HTTPS).
API Authentication
CoinCorners API requires authentication, by providing 3 parameters API Key, Signature and Nonce. You can generate your API keys from your account section by visiting the 'API Keys' page.
- API Key
This is simply found in your account area.
- Signature
The signature is a HMAC-SHA256 encoded message which contains your nonce, user id and API key, which is generated using a secret key that can be found also on the 'API Keys' page in your account.'
- Nonce
A nonce is an integer that must be increasing with every request.
A pseudo code example:
message = nonce + userid + apikey
signature = CreateSignature(message, apisecret)
Limits
We do please ask you if using CoinCorners API not to make more than 60 requests a minute or we will be forced to ban your IP address. If you feel you may need to request more than this number please contact us in advance.
For more information on these view the full documentation.