ParclExplorer

Transaction Details

Hash
0x5da0768ee9ce5725fd901e9c6485eba366d7833b7ce1e3735a901f2e7c04d5d4
Type
PlaceOrder
Status
Success
Block
3190211
Index
0
Nonce
1776875380508
Timestamp
02:39:11 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 132598,
    "price": 58180000000,
    "market_id": 0,
    "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": 132598,
    "price": 58180000000,
    "order_id": 6257025,
    "market_id": 0,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 132598,
    "price": 59331000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6256977,
    "taker_order_id": 6257025,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}