ParclExplorer

Transaction Details

Hash
0xf2c56e638c6e04ec3f799ad2c5c13762a0a8d15aa2b50a2adbe04f0ce3086290
Type
PlaceOrder
Status
Success
Block
3726442
Index
31
Nonce
1776875381151
Timestamp
09:14:37 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 60651,
    "price": 29792000000,
    "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": "Long",
    "size": 60651,
    "price": 29792000000,
    "order_id": 7120732,
    "market_id": 2,
    "account_id": 23
  }
}
FillIndex: 41
{
  "Fill": {
    "size": 60651,
    "price": 29441000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7119688,
    "taker_order_id": 7120732,
    "maker_account_id": 39,
    "taker_account_id": 23
  }
}