get https://api-glb.sim.hashkeydev.com/api/v1/futures/riskLimit
Weight: 1
Request Parameters
| PARAMETER | TYPE | Req'd | Example values | DESCRIPTION |
|---|---|---|---|---|
| symbol | STRING | Y | ETHUSDT-PERPETUAL | Name of the contract |
| recvWindow | LONG | 5000 | recv Window | |
| timestamp | LONG | Y | 1714311403031 | Timestamp |
Response Content
| PARAMETER | TYPE | Example values | DESCRIPTION |
|---|---|---|---|
| riskLimitAmount | STRING | 1000.00 | Risk limit(Maximum position) |
| maintainMargin | STRING | 0.005 | Maintenance margin rate |
| initialMargin | STRING | 0.10 | Initial margin rate |
| side | STRING | SELL_OPEN | Side, possible side include: BUY_OPEN, SELL_OPEN |