ParclExplorer

Transaction Details

Hash
0x580bea568768a47af89a44f416f761532d3b8278eddfea45a6c8112d3a086636
Type
PlaceOrder
Status
Success
Block
3186886
Index
5
Nonce
1776875381174
Timestamp
02:27:48 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 8
{
  "OrderPlaced": {
    "side": "Long",
    "size": 31459,
    "price": 60556000000,
    "order_id": 6248362,
    "market_id": 0,
    "account_id": 22
  }
}
FillIndex: 9
{
  "Fill": {
    "size": 31459,
    "price": 59470000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6248302,
    "taker_order_id": 6248362,
    "maker_account_id": 8,
    "taker_account_id": 22
  }
}