ParclExplorer

Transaction Details

Hash
0x550022a7bebc179c577fec1be847b3110919b6965ffaff1011884c5e1b21fcea
Type
PlaceOrder
Status
Success
Block
3721277
Index
0
Nonce
1776875383102
Timestamp
08:56:56 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 342384,
    "price": 28622000000,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 26,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 342384,
    "price": 28622000000,
    "order_id": 7107666,
    "market_id": 2,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 342384,
    "price": 29169000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 7048262,
    "taker_order_id": 7107666,
    "maker_account_id": 50,
    "taker_account_id": 26
  }
}