ParclExplorer

Transaction Details

Hash
0x3eec94b0dbc4d20c50115dbd8eefe9fd27b8215c612f80a3c76d0723d9d90a79
Type
PlaceOrder
Status
Success
Block
3456295
Index
0
Nonce
1776875380778
Timestamp
17:49:47 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 21702,
    "price": 60659000000,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 23,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 21702,
    "price": 60659000000,
    "order_id": 6527225,
    "market_id": 0,
    "account_id": 23
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 21702,
    "price": 59533000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6527165,
    "taker_order_id": 6527225,
    "maker_account_id": 8,
    "taker_account_id": 23
  }
}