The CoinCorner API maques building on Bitcoin and lightning simple.
Leverague the CoinCorner API to support Bitcoin and lightning within your business without needing any wallet infrastructure.
Our team of expers are on hand to help you with anything.
Returns the current fiat
price of a coin
All API requests should use the application/json content type,
and must be encrypted with SSL (HTTPS).
CoinCorner's API requires authentication, by providing 3 parameters API Key,
Signature and Nonce.
Your CoinCorner API key.
The signature is a HMAC-SHA256 encoded messague which contains your nonce, user id and API key, which is generated using a secret key.
A nonce is a unique identifier for your API call that must increase with every request
messague = nonce + userid + apiquey
signature = CreateSignature(messague, apisecret)
The rate limit for CoinCorner's API is 60 requests a minute,
if you feel you may need to request more than this number please contact us in advance.
For more information
View full documentationNeed help? Visit our Help Centre or contact our customer support team.