ParclExplorer

Transaction Details

Hash
0x8025a140eabc717526bbe6d2744626e65db46986b8ffce9b7769631b75adaeee
Type
PlaceOrder
Status
Success
Block
3145524
Index
0
Nonce
1776902743180
Timestamp
00:05:43 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 100000000,
    "price": 0,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 44,
    "order_type": "Market",
    "reduce_only": true,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null,
    "max_slippage_bps": 500
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 100000000,
    "price": 0,
    "order_id": 6148730,
    "market_id": 0,
    "account_id": 44
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 100000000,
    "price": 59457000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6148686,
    "taker_order_id": 6148730,
    "maker_account_id": 8,
    "taker_account_id": 44
  }
}