post https://api-glb.sim.hashkeydev.com/api/v1/futures/marginType
Change the user's margin mode on the specified symbol contract: isolated margin or cross 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 |
marginType | STRING | Y | LONG | Margin type. Possible values include CROSS, ISOLATED |
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 |
marginType | STRING | CROSS | Margin type. Possible values include CROSS, ISOLATED. |