{"id": "f04d3cac-837a-4245-840d-1b525a4d693d","custom_id": "113562013","address": "2MyYeAkU162aMh3otEhYHP9yhUR7xqS7S1r","txid": null,"status": "pending","charged_amount": "10.17","charged_currency": "EUR","received_amount": "0.00103102","received_currency": "BTC","network_fee": "0.0000054","network_fee_level": "average","exchange": {"pair": "BTCEUR","rate": "5133.9963","fee": "0.1","fee_currency": "EUR"},"risk": {"score": 0.0,"level": "low","resource_name": "default","resource_category": "unknown"},"created_at": "2019-05-02T12:08:46+00:00"}
API call example.
curl -X POST \https://business-sandbox.cryptopay.me/api/coin_withdrawals/f04d3cac-837a-4245-840d-1b525a4d693d/commit \-H 'Authorization: HMAC ***' \-H 'Content-Type: application/json' \-H 'Date: Tue, 19 Mar 2019 10:11:40 GMT'
Response schema.
Parameter | Type | Description |
customer_id | string | The reference ID of your customer. See Customers section on the left for more information |
id | string | Coin withdrawal ID |
custom_id | string | Payment reference ID in your system |
address | string | Recipient's cryptocurrency wallet address |
txid | string | Cryptocurrency transaction ID on the blockchain |
status | string | Coin withdrawal status. Refer to the status list​ |
charged_amount | string | Payment amount. Amount charged from your account |
charged_currency | string | Account currency the payment has been sent from |
received_amount | string | Cryptocurrency transaction amount. Exact amount received by a recipient |
received_currency | string | Cryptocurrency type |
network_fee | string | Network fee amount. Refer to the network fee section |
network_fee_level | string |
|
exchange | object | Exchange details |
pair | string | Currency pair |
rate | string | Exchange rate |
fee | string | Exchange fee |
fee_currency | string | Exchange fee currency |
risk | object | Cryptocurrency transaction risk level details |
score | number | Transaction risk score |
level | string | Transaction risk level. |
resource_name | string | A resource name the external wallet address relates to e.g. |
resource_category | string | A resource category the external wallet address relates to e.g. |
created_at | string | Coin withdrawal creation date and time |