ParclExplorer

Transaction Details

Hash
0xa8a52551770bc4509178d98c5c76285cefdb326f9159d0131591bb764a91b834
Type
PlaceOrder
Status
Success
Block
4002956
Index
19
Nonce
1776875382599
Timestamp
01:01:14 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 14391,
    "price": 60683000000,
    "market_id": 0,
    "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: 32
{
  "OrderPlaced": {
    "side": "Long",
    "size": 14391,
    "price": 60683000000,
    "order_id": 7673085,
    "market_id": 0,
    "account_id": 25
  }
}
FillIndex: 33
{
  "Fill": {
    "size": 14391,
    "price": 59626000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7673078,
    "taker_order_id": 7673085,
    "maker_account_id": 8,
    "taker_account_id": 25
  }
}