ParclExplorer

Transaction Details

Hash
0x9f6d892bdc59f11cae2c76bb068aa289a73ca4e99915c58d197e33bbc1491426
Type
PlaceOrder
Status
Success
Block
3422216
Index
20
Nonce
1776875381012
Timestamp
15:53:07 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 18
{
  "OrderPlaced": {
    "side": "Long",
    "size": 52241,
    "price": 29792000000,
    "order_id": 6449471,
    "market_id": 2,
    "account_id": 25
  }
}
FillIndex: 19
{
  "Fill": {
    "size": 52241,
    "price": 29500000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6408024,
    "taker_order_id": 6449471,
    "maker_account_id": 43,
    "taker_account_id": 25
  }
}