ParclExplorer

Transaction Details

Hash
0x0905ba5ba0d7c32d62e016c689fabb9f14ff1363ef8dcc8c294bf8f38c5f5237
Type
PlaceOrder
Status
Success
Block
3461438
Index
0
Nonce
1776875380792
Timestamp
18:07:24 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 69395,
    "price": 29792000000,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 23,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 69395,
    "price": 29792000000,
    "order_id": 6537537,
    "market_id": 2,
    "account_id": 23
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 69395,
    "price": 29229000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6534510,
    "taker_order_id": 6537537,
    "maker_account_id": 39,
    "taker_account_id": 23
  }
}