ParclExplorer

Transaction Details

Hash
0x013d0355d7bcb269d897c17b9c1be944e6b3e2065bc2dd2df6b8333b725a3c22
Type
PlaceOrder
Status
Success
Block
3175110
Index
0
Nonce
1776875380586
Timestamp
01:47:29 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 206415,
    "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": 206415,
    "price": 22058000000,
    "order_id": 6216019,
    "market_id": 1,
    "account_id": 25
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 206415,
    "price": 21679000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6215986,
    "taker_order_id": 6216019,
    "maker_account_id": 8,
    "taker_account_id": 25
  }
}