Instant Order Quoted

This event is dispatched when an instant order has been created, it displays the information about the current trade initiated.

{
  "event": "instant_order.quoted",
  "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": "pend",
    "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.QUOTED.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 carried 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.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
data.fee.amountThe amount the user will receive after the instant_order fee has been deducted.String
data.statusInstant order status: done, cancel, confirm, and pend.String
data.created_atThe date the instant_order was created.String
data.updated_atThe date the instant_order was updated.String
data.userAll information related to the user of which this transaction is being carried out.Object
data.user.idThe receivers user idString
data.user.snThe receivers serial numberString
data.user.emailThe receivers email addressString
data.user.referenceThe receivers tagString
data.user.first_nameThe receivers first nameString
data.user.last_nameThe receivers last nameString
data.user.display_nameThe receivers username or display nameString
data.user.created_atThe date at which the user was created.String
data.user.updated_atThe date at which the user attributes where updated.String