ParclExplorer

Transaction Details

Hash
0xac786953d5ec31a27e9714b9590accba34282a7339300714054822aa0b6b0735
Type
PlaceOrder
Status
Success
Block
3460510
Index
2
Nonce
1776875382028
Timestamp
18:04:13 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 46211,
    "price": 22073000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 22,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 4
{
  "OrderPlaced": {
    "side": "Long",
    "size": 46211,
    "price": 22073000000,
    "order_id": 6535682,
    "market_id": 1,
    "account_id": 22
  }
}
FillIndex: 5
{
  "Fill": {
    "size": 46211,
    "price": 21660000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6535622,
    "taker_order_id": 6535682,
    "maker_account_id": 8,
    "taker_account_id": 22
  }
}