ParclExplorer

Transaction Details

Hash
0xce8858aec95e83440bd5b37740af81f020498a07dbe70c6781f6474cc166e62e
Type
PlaceOrder
Status
Success
Block
3172284
Index
0
Nonce
1776908236961000
Timestamp
01:37:16 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 3430944,
    "price": 0,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 39,
    "order_type": "Market",
    "reduce_only": true,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 3430944,
    "price": 0,
    "order_id": 6208319,
    "market_id": 2,
    "account_id": 39
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 3430944,
    "price": 28835000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6208309,
    "taker_order_id": 6208319,
    "maker_account_id": 8,
    "taker_account_id": 39
  }
}