Instant Order Confirmed

This event is dispatched when an instant order has been queued to be matched.

{
  "event": "instant_order.confirmed",
  "data": {
    "id": "wdycgyf2",
    "reference": null,
    "market": {
      "id": "trxngn",
      "base_unit": "TRX",
      "quote_unit": "NGN"
    },
    "side": "sell",
    "price": {
      "unit": "NGN",
      "amount": "58.95"
    },
    "volume": {
      "unit": "TRX",
      "amount": "0.0848"
    },
    "total": {
      "unit": "NGN",
      "amount": "5.0"
    },
    "fee": {
      "unit": "NGN",
      "amount": "0.05"
    },
    "receive": {
      "unit": "NGN",
      "amount": "4.95"
    },
    "status": "confirm",
    "created_at": "2021-11-17T20:38:20.000Z",
    "updated_at": "2021-11-17T20:38:23.000Z",
    "user": {
      "id": "23azi7bj",
      "sn": "QDXXIRPXXKS",
      "email": "[email protected]",
      "reference": null,
      "first_name": "Oye",
      "last_name": "Olalekan",
      "display_name": "appstate",
      "created_at": "2021-04-09T09:48:14.000Z",
      "updated_at": "2021-04-09T10:54:32.000Z"
    }
  }
}
FieldDescriptionType
eventThe webhook event action that triggered the webhook, e.g INSTANT_ORDER.CONFIRMED.String
dataAll information related to this specific webhook.Object
data.idInstant order idString
data.referenceInstant order referenceString
data.marketAll information related to the market of which this transaction is being executed out.Object
data.market.idThe market id, this is market ticker.String
data.market.base_unitThe market base unit, the asset coming backString
data.market.quote_unitThe quote unit, the asset of which is used to buy or sell an asset.String
data.market.sideThe market side, this can be buy or sellString
data.priceAll information related to the price of which this order is being carried out.Object
data.price.unitThe currency used in quoting the order.String
data.price.amountThe current price of quoted currencyString
data.volumeAll information related to the volume of which this order is being carried out.Object
data.volume.unitThe unit being tradedString
date.volume.amountThe volume being amountString
date.totalAll information related to the total of which this order is being carried out.Object
data.total.unitThe currency of which the instant order is being quoted.String
data.total.amountThe total amount that's going to be received by the user.String
data.feeAll information related to the fee of which this order is being carried out.Object
data.total.unitThe currency of which the instant order is being quoted.String
data.total.amountThe total amount that's going to be received by the user.String
data.feeAll information related to the fee of which this order is being carried out.Object
data.fee.unitThe currency of which the instant order is being quoted.String
data.fee.amountThe fee that is being charged for the instant order.String
data.receiveAll information related to the receive of which this instant_order is being carried out.Object
data.fee.unitThe currency of which the instant order is being quoted.String