ParclExplorer

Transaction Details

Hash
0x02c95e3fda7fe30b9641da8b762fe1606be01acfeb3aef0c14b47ef73d8cfeac
Type
PlaceOrder
Status
Success
Block
1284934
Index
8
Nonce
1776480100840
Timestamp
13:54:01 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 1000000,
    "price": 21508000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 30,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "GTC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 5
{
  "OrderPlaced": {
    "side": "Short",
    "size": 1000000,
    "price": 21508000000,
    "order_id": 2806573,
    "market_id": 1,
    "account_id": 30
  }
}
FillIndex: 6
{
  "Fill": {
    "size": 1000000,
    "price": 21538000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 2806527,
    "taker_order_id": 2806573,
    "maker_account_id": 8,
    "taker_account_id": 30
  }
}