ParclExplorer

Transaction Details

Hash
0x97fe494ebdce83c3f24068655a1acc02735af7f46b9f38d0e024e95977a0741c
Type
PlaceOrder
Status
Success
Block
3135971
Index
0
Nonce
1776900782299
Timestamp
23:33:02 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 100000000,
    "price": 0,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 44,
    "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": 100000000,
    "price": 0,
    "order_id": 6126706,
    "market_id": 1,
    "account_id": 44
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 100000000,
    "price": 21667000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6126675,
    "taker_order_id": 6126706,
    "maker_account_id": 8,
    "taker_account_id": 44
  }
}