- API membolehkan anda melakukan operasi pertukaran dan menerima maklumat mengenai akaun tersebut.
- Untuk menggunakan API, anda perlu mencipta kunci API. Anda boleh membuat kunci API di dalamnya {cabinet} dalam tetapan di bawah "Tetapan Api".
- Selepas anda membuat kunci API, anda akan mendapat kunci dan kunci rahsia. Maklumat mengenai kunci API yang digunakan untuk pengesahan.
- Semua permintaan dihantar ke URL berikut: https://userapi.cryptonex.org/api.
- Nama kaedah dan semua parameter kaedah dihantar melalui kaedah POST dalam parameter JSON-RPC.
- Setiap permintaan yang memerlukan pengesahan.
- Pengesahan dilakukan dengan menghantar parameter JSON-RPC 2.0 yang berikut:
Kekunci Umum | Kekunci umum, adalah perlu untuk mengambil tetapan profil pengguna (contoh: 258ae265-642323ae6-8e22-c6a11fe26f3fsdsdw4b). |
---|---|
Tandatangan yang dijana | Tandatangan - Data POST "user.account_list" + "1" + "aQcLC343dsfg9hgbOLGeredfsdfIry" (kaedah API + ketika + Kunci rahsia) yang ditandatangani oleh kaedah kunci rahsia SHA-256, kunci rahsia juga mesti diambil dalam tetapan profil pengguna. |
Nilai tambahan yang diperlukan | Parameter berangka meningkatkan ketika dengan setiap permintaan. |
Contoh Curl
curl -H "Content-Type: application/json" -X POST -d '{"jsonrpc":"2.0", "method": "user.account_list", "params":{"key":"941-fb77-4153-a057-0fgh83c3a454c", "sign": "4e96bc40b2gfhvbn65771ac493cbbed4b4aa2c5ec6006c32ae8385e48e3c", "nonce": 1}, "id":2}' https://userapi.cryptonex.org/api
Senarai akaun
Nama kaedah | user.account_list |
---|---|
Params | Kosong |
Contoh | { "id": 2, "jsonrpc": "2.0", "method": "user.account_list", "params": { "key":"330f1dd6-af88-4335-bb8f-0a7b9f6afaa7", "sign": "Code", "nonce": 1 } } |
Jawapan | { "id": 2, "jsonrpc": "2.0", "result": { "accounts": [ { "balance": "0", "currency": "btc", "hash": "14x2insrz24PirkRA73TFwvNRYTKqbwxEQ", "type": "crypto" }, { "balance": "0", "currency": "eth", "hash": "0x79ff9548653c3a1777c4121f65c678e72629ef9e", "type": "crypto" } ] } } |
Mengeluarkan dana
Nama kaedah | account.withdraw |
---|---|
Params |
|
Contoh | { "id": 2, "jsonrpc": "2.0", "method": "account.withdraw", "params": { "key":"330f1dd6-af88-4335-bb8f-0a7b9f6afaa7", "sign": "Code", "nonce": 1, "amount": "5", "from_hash": "Gh7tmu4234fsdfnweLLdisb8xMaxGyWCv7ui", "to_hash": "GgDEpsfEWrsdfse343MkdmcKv5C4axYR87" } } |
Jawapan | { "id": 1, "jsonrpc": "2.0", "result": { "id": 7, "user_id": 2, "balance": "76.53154234", "confirm_type": "email", "currency": "cnx", "hash": "Gh7tmu4234fsdfnweLLdisb8xMaxGyWCv7ui" } } |
Senarai transaksi
Nama kaedah | transaction.list |
---|---|
Params |
|
Contoh | { "id": 2, "jsonrpc": "2.0", "method": "transaction.list", "params": { "key": "330f1dd6-af88-4335-bb8f-0a7b9f6afaa7", "sign": "Code", "nonce": 1, "max_count": 10 } } |
Jawapan | { "id": 5, "jsonrpc": "2.0", "result": { "summary": { "first_stamp": "2017-08-31 22:46:31.15804", "last_stamp": "2018-01-30 12:15:23.026104", "total": 180 }, "transactions": [ { "block_hash": "", "from_amount": "5", "from_commission": "0", "from_currency": "cnx", "from_hash": "Gh7tmu43836W5nweLLdisb8xMaxGyWCvLr", "id": 1918, "post_stamp": "2018-01-30 12:15:23.026104", "rate": "0", "status": "moderate", "to_amount": "5", "to_currency": "cnx", "to_hash": "GgDEpsfEWrN8xiQDezMkdmcKv5C4axYRGk", "tx_id": "", "type": "withdrawal", "update_stamp": "2018-01-30 12:15:23.026104" } ] } } |
Senarai kadar
Nama kaedah | currency_pair.get_rate_list |
---|---|
Params | Kosong |
Contoh | { "id": 2, "jsonrpc": "2.0", "method": "currency_pair.get_rate_list", "params": { "key": "330f1dd6-af88-4335-bb8f-0a7b9f6afaa7", "sign": "Code", "nonce": 1 } } |
Jawapan | { "id": 2, "jsonrpc": "2.0", "result": { "rates": [ { "alias": "CNX/BTC", "ask": "0.0007866", "base_currency": "cnx", "base_type": "crypto", "bid": "0.00072375", "convert_type": "cross", "rel_currency_id": "btc", "rel_type": "crypto", "update_stamp": "2018-01-30 12:50:02.794084", "value_last_24h": "18536.65481165" } ] } } |
Penukaran mata wang
Nama kaedah | currency.convert |
---|---|
Params |
|
Contoh | { "id": 2, "jsonrpc": "2.0", "method": "currency.convert", "params": { "key": "330f1dd6-af88-4335-bb8f-0a7b9f6afaa7", "sign": "Code", "nonce": 1, "amount": "1", "from_currency": "cnx", "to_currency": "btc" } } |
Jawapan | { "id": 2, "jsonrpc": "2.0", "result": { "status": "ok" } } |
Maklumat pengguna
Nama kaedah | user.info |
---|---|
Params | Kosong |
Contoh | { "id": 2, "jsonrpc": "2.0", "method": "user.info", "params": { "key":"330f1dd6-af88-4335-bb8f-0a7b9f6afaa7", "sign": "Code", "nonce": 1 } } |
Jawapan | { "id": 2, "jsonrpc": "2.0", "result": { "id": 2, "login": "[email protected]", "auth_2fa": false, "deposit_auto_convert": false, "eth_cnx_bonus": "0.0", "post_stamp": "2017-08-29 20:29:27.844215" } } |