ParclExplorer

Transaction Details

Hash
0x9549ce4ee9a4a47a9e626fd0a6498da84864a07787d2eb93208e6df1a14215da
Type
PlaceOrder
Status
Success
Block
3572641
Index
0
Nonce
1776875382138
Timestamp
00:28:07 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 459458,
    "price": 21207000000,
    "market_id": 1,
    "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": 459458,
    "price": 21207000000,
    "order_id": 6772572,
    "market_id": 1,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 459458,
    "price": 21624000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6772565,
    "taker_order_id": 6772572,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}