ParclExplorer

Transaction Details

Hash
0x4d4bc431715362bcdf0cc7ca36976818731643d7573690f24511972ca108880d
Type
PlaceOrder
Status
Success
Block
3456031
Index
22
Nonce
1776875380774
Timestamp
17:48:53 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 64720,
    "price": 22073000000,
    "market_id": 1,
    "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: 40
{
  "OrderPlaced": {
    "side": "Long",
    "size": 64720,
    "price": 22073000000,
    "order_id": 6526678,
    "market_id": 1,
    "account_id": 23
  }
}
FillIndex: 41
{
  "Fill": {
    "size": 64720,
    "price": 21662000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6526658,
    "taker_order_id": 6526678,
    "maker_account_id": 8,
    "taker_account_id": 23
  }
}