ParclExplorer

Transaction Details

Hash
0xed207775cebd4ebede7bc7ab387db13465f0ef010839b68edd9bebd2894c7b90
Type
PlaceOrder
Status
Success
Block
1284899
Index
44
Nonce
1776472180798
Timestamp
13:53:54 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 99143,
    "price": 60297000000,
    "market_id": 0,
    "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: 38
{
  "OrderPlaced": {
    "side": "Long",
    "size": 99143,
    "price": 60297000000,
    "order_id": 2806369,
    "market_id": 0,
    "account_id": 26
  }
}
FillIndex: 39
{
  "Fill": {
    "size": 99143,
    "price": 59162000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 2806330,
    "taker_order_id": 2806369,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}