ParclExplorer

Transaction Details

Hash
0xc865a9b3dcc38014cb79d746483e8807f8e20453e6f7773d822a5b4e638238f0
Type
PlaceOrder
Status
Success
Block
3087716
Index
29
Nonce
1776875380437
Timestamp
20:47:58 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 151727,
    "price": 60556000000,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 24,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 40
{
  "OrderPlaced": {
    "side": "Long",
    "size": 151727,
    "price": 60556000000,
    "order_id": 6014406,
    "market_id": 0,
    "account_id": 24
  }
}
FillIndex: 41
{
  "Fill": {
    "size": 151727,
    "price": 59543000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6014388,
    "taker_order_id": 6014406,
    "maker_account_id": 8,
    "taker_account_id": 24
  }
}