ParclExplorer

Transaction Details

Hash
0x6fe0a3f2bef69463f98bd3967f5d61f17afd94c062080d9633d5c1661e8660ad
Type
PlaceOrder
Status
Success
Block
3182490
Index
0
Nonce
1776910365030
Timestamp
02:12:45 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 120000000,
    "price": 28400000000,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 43,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "GTC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 120000000,
    "price": 28400000000,
    "order_id": 6236499,
    "market_id": 2,
    "account_id": 43
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 72453365,
    "price": 28670000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6236481,
    "taker_order_id": 6236499,
    "maker_account_id": 8,
    "taker_account_id": 43
  }
}