BTC-EXCHANGE API
What Is API?
BTC-EXCHANGE application programming interface (API) allows our clients to access and control their accounts, using custom written software.
Request limits
Do not make more than 600 requests per 10 minutes or we will void your API key
Before start you should have:
API KEY
. If you don’t have, please read “How to request API KEY”- Your generated
private key
How to request API KEY
Please generate RSA keypair with with your public and private key and send public key to us (info@bitmarket.lt) asking to grant you API KEY
.
How to generate RSA keypair
Via Commandline:
openssl genrsa -out btc-exchange-api.pem 2048
openssl rsa -in btc-exchange-api.pem -outform PEM -pubout -out btc-exchange-api.public.pem
- Send
btc-exchange-api.public.pem
to us
Via Website:
- Open http://travistidwell.com/jsencrypt/demo/
- Change
Key Size
into 2048 and pressGenerate New Keys
- Save
private key
somewhere securely - Save
public key
somewhere and send this file to us