ParclExplorer

Transaction Details

Hash
0xf9e9451f15bdb18d24a46e797d4a58370656b3189a5de5bb265b7948d90dc0d3
Type
PlaceOrder
Status
Success
Block
3560359
Index
20
Nonce
1776875382054
Timestamp
23:46:04 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 204915,
    "price": 29792000000,
    "market_id": 2,
    "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: 40
{
  "OrderPlaced": {
    "side": "Long",
    "size": 204915,
    "price": 29792000000,
    "order_id": 6748057,
    "market_id": 2,
    "account_id": 26
  }
}
FillIndex: 41
{
  "Fill": {
    "size": 204915,
    "price": 29393000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6747653,
    "taker_order_id": 6748057,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}