Trader Data
GET /traderSummary
Name
Type
Required
Description
{
"totalVolume": 1000,
"totalPnl": 100,
"totalLiquidationVolume": 0,
"totalTrades": 10
}GET /traderEvents
Name
Type
Required
Description
[
{
"eventName": "OpenPositionSuccessEvent",
"owner": "0x123...",
"txid": "transaction-hash",
"volume": 100,
"fee": 1,
"pnl": 5,
"network": "mainnet",
"created": 1642348800000,
"indexPrice": 50000,
"indexToken": "BTC",
"direction": "long",
"collateralAmount": 10,
"collateralPrice": 1,
"positionId": "position-id"
}
]GET /traderSlpEntryPrice
Name
Type
Required
Description
GET /traderPoints
Name
Type
Required
Description
Last updated