Transaction Details
- Hash
- 0xc22a0540dced9a7dcd22db3e1d154a2a827763d1ab4f6db92f71286d5dc85316
- Type
- PlaceOrder
- Status
- Success
- Block
- 2175778
- Index
- 0
- Nonce
- 1776703516608
- Timestamp
- 16:45:16 UTC
Transaction Data
{
"PlaceOrder": {
"side": "Long",
"size": 100000,
"price": 0,
"market_id": 1,
"post_only": false,
"stop_loss": null,
"account_id": 12,
"order_type": "Market",
"reduce_only": false,
"take_profit": null,
"time_in_force": "IOC",
"trigger_price": null,
"max_slippage_bps": 500
}
}Events (2)
OrderPlacedIndex: 0
{
"OrderPlaced": {
"side": "Long",
"size": 100000,
"price": 0,
"order_id": 4648516,
"market_id": 1,
"account_id": 12
}
}FillIndex: 1
{
"Fill": {
"size": 100000,
"price": 21671000000,
"maker_fee": 0,
"market_id": 1,
"taker_fee": 0,
"taker_side": "Long",
"maker_order_id": 4648498,
"taker_order_id": 4648516,
"maker_account_id": 8,
"taker_account_id": 12
}
}