PARCLExplorer

Transaction Details

Hash
27f876f9562bdb6720a73f5d5aeabda9d81dde050c2901c5e4e55eb448ce5168
Type
PlaceOrder
Status
Success
Block
133291
Index
1
Nonce
1775511190998
Timestamp
21:33:10 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 34000000,
    "price": 21578000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 15,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "GTC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 2
{
  "OrderPlaced": {
    "side": "Long",
    "size": 34000000,
    "price": 21578000000,
    "order_id": 340602,
    "market_id": 1,
    "account_id": 15
  }
}
FillIndex: 3
{
  "Fill": {
    "size": 34000000,
    "price": 21570000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 340568,
    "taker_order_id": 340602,
    "maker_account_id": 8,
    "taker_account_id": 15
  }
}