ParclExplorer

Transaction Details

Hash
0x5bfcc007dbced1005217a49dc0242d624e177b0d545c4e7a2e13952f82b790fd
Type
PlaceOrder
Status
Success
Block
4074125
Index
0
Nonce
1776875384308
Timestamp
05:04:51 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 203195,
    "price": 29774000000,
    "market_id": 2,
    "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: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 203195,
    "price": 29774000000,
    "order_id": 7803046,
    "market_id": 2,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 203195,
    "price": 29432000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7802919,
    "taker_order_id": 7803046,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}