PARCLExplorer

Transaction Details

Hash
3535909bdc4256d0b482d054ea073c733f0722cd37b9e43929f3cd2ce128ff1a
Type
PlaceOrder
Status
Success
Block
1053244
Index
1
Nonce
1775689832784
Timestamp
01:48:33 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 160230,
    "price": 6930500000000,
    "market_id": 5,
    "post_only": false,
    "stop_loss": null,
    "account_id": 16,
    "order_type": "Limit",
    "reduce_only": true,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 1
{
  "OrderPlaced": {
    "side": "Short",
    "size": 160230,
    "price": 6930500000000,
    "order_id": 3098935,
    "market_id": 5,
    "account_id": 16
  }
}
FillIndex: 2
{
  "Fill": {
    "size": 51476,
    "price": 7143800000000,
    "maker_fee": 0,
    "market_id": 5,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 3096880,
    "taker_order_id": 3098935,
    "maker_account_id": 18,
    "taker_account_id": 16
  }
}