Approve
Once you send the cryptocurrency to the specified wallet we will continue to monitor until the cryptocurrency is received. Once we have detected the transaction the status of the exchange will update to Coin Received. If you specify a URL for the Coin Received event then we will send this postback to your URL.
Outputs
| Variable | Description | |
|---|---|---|
| Type | type | Indicates the specific postback case. |
| Data | data | Contains variables unique to this postback. |
| Timestamp | timestamp | The current date/time UTC. |
| Reference Id | reference_id | The Reference Id of the exchange whose cryptocurrency has been received. |
| Amount Received | amount_received | The amount of cryptocurrency we received. |
| Confirmation Count | confirmation_count | The amount of confirmations the transactions has received at the time of this postback. |
Example Output
{
"type": "coin_received",
"data": {
"reference_id": "2aa3b74c3c2e048e928d4f7fba6c12d3",
"amount_received": 4.12773044,
"confirmation_count": 6
},
"timestamp": "2018-12-19 14:14:37"
}