Transaction Details
- Hash
- 0x984edf94533f72848d5543c7261d1cb8efc194834ebd9bad584dee672f5fc892
- Type
- PlaceOrder
- Status
- Success
- Block
- 3145733
- Index
- 0
- Nonce
- 1776902786267
- Timestamp
- 00:06:26 UTC
Transaction Data
{
"PlaceOrder": {
"side": "Long",
"size": 10000000,
"price": 0,
"market_id": 0,
"post_only": false,
"stop_loss": null,
"account_id": 44,
"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": 10000000,
"price": 0,
"order_id": 6149508,
"market_id": 0,
"account_id": 44
}
}FillIndex: 1
{
"Fill": {
"size": 10000000,
"price": 59448000000,
"maker_fee": 0,
"market_id": 0,
"taker_fee": 0,
"taker_side": "Long",
"maker_order_id": 6149483,
"taker_order_id": 6149508,
"maker_account_id": 8,
"taker_account_id": 44
}
}