ParclExplorer

Transaction Details

Hash
0x011a8105d13ab127a920f8621b7b8d4fe485cc91d5ce68e9e16d4ea2844b765a
Type
PlaceOrder
Status
Success
Block
3334705
Index
0
Nonce
1776941620511
Timestamp
10:53:40 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 1000000,
    "price": 0,
    "order_id": 6407745,
    "market_id": 0,
    "account_id": 47
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 1000000,
    "price": 59569000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6406403,
    "taker_order_id": 6407745,
    "maker_account_id": 50,
    "taker_account_id": 47
  }
}