ParclExplorer

Transaction Details

Hash
0x70add3806ce88e88d7c9f117fdf1014dd53025ce60244694ed34065f6322c4a1
Type
PlaceOrder
Status
Success
Block
3167638
Index
1
Nonce
1776875380557
Timestamp
01:21:23 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 88688,
    "price": 60556000000,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 25,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 2
{
  "OrderPlaced": {
    "side": "Long",
    "size": 88688,
    "price": 60556000000,
    "order_id": 6197746,
    "market_id": 0,
    "account_id": 25
  }
}
FillIndex: 3
{
  "Fill": {
    "size": 88688,
    "price": 59554000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6197704,
    "taker_order_id": 6197746,
    "maker_account_id": 8,
    "taker_account_id": 25
  }
}