ParclExplorer

Transaction Details

Hash
0xbad1139532cc280f9cd18dcadaff55a5d7ca357e2a8f950c8bc3d770f3807dd4
Type
PlaceOrder
Status
Success
Block
4014463
Index
0
Nonce
1776875384514
Timestamp
01:40:38 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 34258,
    "price": 29774000000,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 22,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 34258,
    "price": 29774000000,
    "order_id": 7694218,
    "market_id": 2,
    "account_id": 22
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 34258,
    "price": 29441000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7596677,
    "taker_order_id": 7694218,
    "maker_account_id": 39,
    "taker_account_id": 22
  }
}