ParclExplorer

Transaction Details

Hash
0xc131ff5827b969baf358ca926bb592d62e14c57cf124fe02a63d43cd953c7eba
Type
PlaceOrder
Status
Success
Block
483578
Index
8
Nonce
1776354137680
Timestamp
16:10:37 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 5000000,
    "price": 59300000000,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 11,
    "order_type": "Market",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 8
{
  "OrderPlaced": {
    "side": "Long",
    "size": 5000000,
    "price": 59300000000,
    "order_id": 1024761,
    "market_id": 0,
    "account_id": 11
  }
}
FillIndex: 9
{
  "Fill": {
    "size": 5000000,
    "price": 58789000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 1024700,
    "taker_order_id": 1024761,
    "maker_account_id": 8,
    "taker_account_id": 11
  }
}