ParclExplorer

Transaction Details

Hash
0x3087741035f3157ec2854d64ad8999b9dd3360f88a24f683e77ff28bcb4839c8
Type
PlaceOrder
Status
Success
Block
1577824
Index
0
Nonce
1776472181598
Timestamp
06:38:36 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 244525,
    "price": 22030000000,
    "market_id": 1,
    "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: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 244525,
    "price": 22030000000,
    "order_id": 3497124,
    "market_id": 1,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 244525,
    "price": 21697000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 3497106,
    "taker_order_id": 3497124,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}