ParclExplorer

Transaction Details

Hash
0x6f874c9b3d8096a501a2c8fe2e74c65610fb97581de312bb891b2d840ea4dd01
Type
PlaceOrder
Status
Success
Block
3822580
Index
0
Nonce
1776875381462
Timestamp
14:43:45 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 18390,
    "price": 29774000000,
    "order_id": 7334771,
    "market_id": 2,
    "account_id": 23
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 18390,
    "price": 29426000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7334709,
    "taker_order_id": 7334771,
    "maker_account_id": 8,
    "taker_account_id": 23
  }
}