ParclExplorer

Transaction Details

Hash
0x0d8f0e3a3368a7fc1c945bb10722f5e9450da6e6fc12b5b0f46a254e335f3224
Type
PlaceOrder
Status
Success
Block
3558155
Index
0
Nonce
1776875382300
Timestamp
23:38:32 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 104340,
    "price": 60659000000,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 24,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 104340,
    "price": 60659000000,
    "order_id": 6743496,
    "market_id": 0,
    "account_id": 24
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 104340,
    "price": 59558000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6737330,
    "taker_order_id": 6743496,
    "maker_account_id": 39,
    "taker_account_id": 24
  }
}