Completed

Once a trade has completed on our end the status of the exchange is changed to COMPLETED. If you provided 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 that has been completed.
Exchange Limit exchange_limit The maximum amount the system will allow from you after the completion.

Example Output

{
    "type": "completed",
    "data": {
        "reference_id": "2aa3b74c3c2e048e928d4f7fba6c12d3",
        "exchange_limit": 19
    },
    "timestamp": "2018-12-21 17:28:59"
}