PARCLExplorer

Transaction Details

Hash
c9769be1e6665e447df617e59349eef14cfb67eadfaa2d97613a47177b986e9d
Type
PlaceOrder
Status
Success
Block
1074238
Index
3
Nonce
1775689832787
Timestamp
02:59:51 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 117406,
    "price": 109752000000,
    "market_id": 4,
    "post_only": false,
    "stop_loss": null,
    "account_id": 16,
    "order_type": "Limit",
    "reduce_only": true,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 117406,
    "price": 109752000000,
    "order_id": 3130082,
    "market_id": 4,
    "account_id": 16
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 117406,
    "price": 107573000000,
    "maker_fee": 0,
    "market_id": 4,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 3127760,
    "taker_order_id": 3130082,
    "maker_account_id": 20,
    "taker_account_id": 16
  }
}