ParclExplorer

Transaction Details

Hash
0xacbe51125610c3c7c094cef81a66f6457eb2fe1f295048805446b37d2461aee5
Type
PlaceOrder
Status
Success
Block
1306965
Index
0
Nonce
1776480106847
Timestamp
15:09:49 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 10000,
    "price": 65025400000,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 29,
    "order_type": "Market",
    "reduce_only": true,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 10000,
    "price": 65025400000,
    "order_id": 2878541,
    "market_id": 0,
    "account_id": 29
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 10000,
    "price": 59146000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 2878477,
    "taker_order_id": 2878541,
    "maker_account_id": 8,
    "taker_account_id": 29
  }
}