Skip to content
Indacoin edited this page Jul 7, 2014 · 14 revisions

Authentication

Read in russian

You need to provide 3 headers to authenticate a private request:

API-Key - You can get API-Key in account settings.

API-Sign - Text Signature: method + nonce + API­key, created with ECDSA algorithm using a hash function with sha­1, issued a private key on curve sec256k1.

API-Nonce- nonce is an arbitrary number increasing with every request.

Make sure the Content-Type is application/json.

There are examples how to create sign in different languages

For more information about API visit Indacoin.com

##Programms that support our API

Clone this wiki locally