ParclExplorer

Transaction Details

Hash
0x28992cf094e332aceb14937a842d2e8f66809bd765e98c2900d90df0a8ef22cb
Type
PlaceOrder
Status
Success
Block
437009
Index
1
Nonce
1776346283732
Timestamp
13:31:23 UTC

Transaction Data

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

Events (3)

OrderPlacedIndex: 2
{
  "OrderPlaced": {
    "side": "Long",
    "size": 100000000,
    "price": 0,
    "order_id": 905240,
    "market_id": 2,
    "account_id": 12
  }
}
FillIndex: 3
{
  "Fill": {
    "size": 69528245,
    "price": 26001000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 905236,
    "taker_order_id": 905240,
    "maker_account_id": 8,
    "taker_account_id": 12
  }
}
FillIndex: 4
{
  "Fill": {
    "size": 30471755,
    "price": 26050000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 905225,
    "taker_order_id": 905240,
    "maker_account_id": 8,
    "taker_account_id": 12
  }
}