ParclExplorer

Transaction Details

Hash
0x92ac9edde0aa0e98e96e26f78866e0f24b8ba026e95f20984172401570263824
Type
PlaceOrder
Status
Success
Block
3170572
Index
0
Nonce
1776875381058
Timestamp
01:31:25 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 249882,
    "price": 29815000000,
    "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": 249882,
    "price": 29815000000,
    "order_id": 6204498,
    "market_id": 2,
    "account_id": 22
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 249882,
    "price": 29489000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6204414,
    "taker_order_id": 6204498,
    "maker_account_id": 8,
    "taker_account_id": 22
  }
}