ParclExplorer

Transaction Details

Hash
0x7fa4418ebc0f5a8a16cd0a2cce553b6b6bd42ed4bad21cf3af82b47d48f1be83
Type
PlaceOrder
Status
Success
Block
1300585
Index
0
Nonce
1776472180888
Timestamp
14:47:57 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 364295,
    "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": 364295,
    "price": 22030000000,
    "order_id": 2857346,
    "market_id": 1,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 364295,
    "price": 21667000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 2857288,
    "taker_order_id": 2857346,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}