ParclExplorer

Transaction Details

Hash
0xc99d0414dbafb67f218825ff50be1a85c6e8d4e07c98e519fb750f4a2a83e97f
Type
PlaceOrder
Status
Success
Block
1304323
Index
2
Nonce
1776480104730
Timestamp
15:00:46 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 10000000,
    "price": 59754000000,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 28,
    "order_type": "Market",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 6,
    "price": 59754000000,
    "order_id": 2870421,
    "market_id": 0,
    "account_id": 28
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 6,
    "price": 59162000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 2870354,
    "taker_order_id": 2870421,
    "maker_account_id": 8,
    "taker_account_id": 28
  }
}