ParclExplorer

Transaction Details

Hash
0xfe7553fff6779ed99efd19740d9c8d54374b5704a67f29f105e7b24a8195f4f2
Type
PlaceOrder
Status
Success
Block
3172757
Index
0
Nonce
1776908333947000
Timestamp
01:38:53 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 504774,
    "price": 0,
    "order_id": 6209428,
    "market_id": 0,
    "account_id": 39
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 504774,
    "price": 59465000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6209372,
    "taker_order_id": 6209428,
    "maker_account_id": 8,
    "taker_account_id": 39
  }
}