ParclExplorer

Transaction Details

Hash
0xef9b9d953686cfdc517cd08edc39d83671fb48881e845e0c101b34d9833f96ea
Type
PlaceOrder
Status
Success
Block
3135026
Index
0
Nonce
1776875380458
Timestamp
23:29:49 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 126391,
    "price": 22058000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 25,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 126391,
    "price": 22058000000,
    "order_id": 6124334,
    "market_id": 1,
    "account_id": 25
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 126391,
    "price": 21666000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6124298,
    "taker_order_id": 6124334,
    "maker_account_id": 8,
    "taker_account_id": 25
  }
}