ParclExplorer

Transaction Details

Hash
0x3cffb07d18d2cb91a217d62d52390dddd349368ab6b709df47e9dda7a5a603fa
Type
PlaceOrder
Status
Success
Block
1919790
Index
0
Nonce
1776472182009
Timestamp
02:08:59 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 86615,
    "price": 28986000000,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 25,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 86615,
    "price": 28986000000,
    "order_id": 4197675,
    "market_id": 2,
    "account_id": 25
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 86615,
    "price": 27600000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 4197656,
    "taker_order_id": 4197675,
    "maker_account_id": 8,
    "taker_account_id": 25
  }
}