ParclExplorer

Transaction Details

Hash
0x060fd4c3bcf39f60566238c7cfa0a15dcca5f95d44d0cb55b09eb25b8e5af48a
Type
PlaceOrder
Status
Success
Block
3849248
Index
0
Nonce
1776875382046
Timestamp
16:15:04 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 39738,
    "price": 22077000000,
    "market_id": 1,
    "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: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 39738,
    "price": 22077000000,
    "order_id": 7389699,
    "market_id": 1,
    "account_id": 25
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 39738,
    "price": 21680000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7389683,
    "taker_order_id": 7389699,
    "maker_account_id": 8,
    "taker_account_id": 25
  }
}