post https://api-glb.sim.hashkeydev.com/api/v1/futures/positionMargin
Change the user's isolated position margin.
Weight: 1
Request Parameters
PARAMETER | TYPE | Req'd | Example values | DESCRIPTION |
---|---|---|---|---|
symbol | STRING | Y | ETHUSDT-PERPETUAL | Name of the contract. Return results for all symbols if not specified |
side | ENUM | Y | SHORT | Position side. Possible values include LONG、 SHORT |
amount | DECIMAL | Y | -12344.345 | Increase (positive value) or decrease (negative value) the amount of margin. Please note that this quantity refers to the underlying pricing asset of the contract (that is, the underlying of the contract settlement) |
recvWindow | LONG | 5000 | recv window | |
timestamp | LONG | Y | 1714311403031 | Timestamp |
Response Content
PARAMETER | TYPE | Example values | DESCRIPTION |
---|---|---|---|
code | STRING | 0000 | Return code of request |
symbol | STRING | BTCUSDT-PERPETUAL | Name of the contract. Return results for all symbols if not specified |
margin | STRING | 12344.345 | Position margin |
timestamp | LONG | 1726869763318 | Timestamp |