Exchange Started

The trade begins once a finalized settlement value has been decided on. Once you have approved the trade or the settlement value doesn't require approval, the status changes to Exchange in Progress. If you provided us with a URL for this event then we will send a 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 which has begun trading.
Amount amount The amount of cryptocurrency we will be trading.
Exchange Rate exchange_rate The current exchange rate we can provide for the chosen currency.
Settlement Value settlement_value The expected return of the exchange.

Example Output

{
    "type": "exchange_started",
    "data": {
        "reference_id": "2aa3b74c3c2e048e928d4f7fba6c12d3",
        "amount": 0.99999,
        "exchange_rate": 3967.1628672,
        "settlement_value": 3967.1231955713283
    },
    "timestamp": "2018-12-21 17:25:33"
}