ParclExplorer

Transaction Details

Hash
0xb4e19879594143630ba2b03a1125998347f1d2e3b74c9731d0bf5a3a1a79b085
Type
PlaceOrder
Status
Success
Block
3481141
Index
0
Nonce
1776875382167
Timestamp
19:14:52 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 369686,
    "price": 22073000000,
    "market_id": 1,
    "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": 369686,
    "price": 22073000000,
    "order_id": 6577737,
    "market_id": 1,
    "account_id": 22
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 369686,
    "price": 21709000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6577717,
    "taker_order_id": 6577737,
    "maker_account_id": 8,
    "taker_account_id": 22
  }
}