ParclExplorer

Transaction Details

Hash
0x8913ed3e0fa5b8d7749a65a81b5871bc4c4d929da5873491d3dd4d15b0a6fa4a
Type
PlaceOrder
Status
Success
Block
3975175
Index
0
Nonce
1776875383698
Timestamp
23:26:09 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 150981,
    "price": 29774000000,
    "market_id": 2,
    "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": 150981,
    "price": 29774000000,
    "order_id": 7622440,
    "market_id": 2,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 150981,
    "price": 29431000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7622398,
    "taker_order_id": 7622440,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}