ParclExplorer

Transaction Details

Hash
0x87ebbdc1eb02efbc63f88a476efc74121178691e16519987a84a452d4d6159ae
Type
PlaceOrder
Status
Success
Block
3852490
Index
27
Nonce
1776875381546
Timestamp
16:26:10 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 27654,
    "price": 22077000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 23,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 40
{
  "OrderPlaced": {
    "side": "Long",
    "size": 27654,
    "price": 22077000000,
    "order_id": 7396545,
    "market_id": 1,
    "account_id": 23
  }
}
FillIndex: 41
{
  "Fill": {
    "size": 27654,
    "price": 21682000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7396433,
    "taker_order_id": 7396545,
    "maker_account_id": 8,
    "taker_account_id": 23
  }
}