ParclExplorer

Transaction Details

Hash
0x11964c69681046fe3d8db1baa7dbe48b6df48cbcea62618939c8572771c42223
Type
PlaceOrder
Status
Success
Block
3071028
Index
23
Nonce
1776875380167
Timestamp
19:50:52 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 40
{
  "OrderPlaced": {
    "side": "Short",
    "size": 31142,
    "price": 28645000000,
    "order_id": 5977556,
    "market_id": 2,
    "account_id": 23
  }
}
FillIndex: 41
{
  "Fill": {
    "size": 31142,
    "price": 28788000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 5977487,
    "taker_order_id": 5977556,
    "maker_account_id": 8,
    "taker_account_id": 23
  }
}