ParclExplorer

Transaction Details

Hash
0xfb23f00e8b6a070c99757dd43ec85be8ece3a1236126c725bb242dd09d91c0a7
Type
PlaceOrder
Status
Success
Block
1284934
Index
20
Nonce
1776480100437
Timestamp
13:54:01 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 5000000,
    "price": 21723000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 29,
    "order_type": "Market",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 13
{
  "OrderPlaced": {
    "side": "Short",
    "size": 5000000,
    "price": 21723000000,
    "order_id": 2806579,
    "market_id": 1,
    "account_id": 29
  }
}
FillIndex: 14
{
  "Fill": {
    "size": 5000000,
    "price": 21538000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 2806527,
    "taker_order_id": 2806579,
    "maker_account_id": 8,
    "taker_account_id": 29
  }
}