ParclExplorer

Transaction Details

Hash
0x94f40abf11fee29cf58cfba20aa35a5f5e7d7d39af5b04a43fe0824d3b742d5a
Type
PlaceOrder
Status
Success
Block
3174807
Index
23
Nonce
1776875380408
Timestamp
01:46:27 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 121775,
    "price": 22058000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 26,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 39
{
  "OrderPlaced": {
    "side": "Long",
    "size": 121775,
    "price": 22058000000,
    "order_id": 6215088,
    "market_id": 1,
    "account_id": 26
  }
}
FillIndex: 40
{
  "Fill": {
    "size": 121775,
    "price": 21676000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6215032,
    "taker_order_id": 6215088,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}