ParclExplorer

Transaction Details

Hash
0xc5f1a6bdb768f790b7935ab9cf7fda3f1213775b5d39c24c6d734e8f16663f1a
Type
PlaceOrder
Status
Success
Block
3937297
Index
10
Nonce
1776875383735
Timestamp
21:16:29 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 88926,
    "price": 60683000000,
    "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: 20
{
  "OrderPlaced": {
    "side": "Long",
    "size": 88926,
    "price": 60683000000,
    "order_id": 7554647,
    "market_id": 0,
    "account_id": 24
  }
}
FillIndex: 21
{
  "Fill": {
    "size": 88926,
    "price": 59637000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7554642,
    "taker_order_id": 7554647,
    "maker_account_id": 8,
    "taker_account_id": 24
  }
}