ParclExplorer

Transaction Details

Hash
0xb2466cdf74f15cba2706064cf4f61813c01011d11721cc78afef7e54c27c1b62
Type
PlaceOrder
Status
Success
Block
3120465
Index
13
Nonce
1776875380591
Timestamp
22:40:00 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 19
{
  "OrderPlaced": {
    "side": "Long",
    "size": 211693,
    "price": 29815000000,
    "order_id": 6084494,
    "market_id": 2,
    "account_id": 24
  }
}
FillIndex: 20
{
  "Fill": {
    "size": 211693,
    "price": 29738000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6084460,
    "taker_order_id": 6084494,
    "maker_account_id": 8,
    "taker_account_id": 24
  }
}