Account
Set margin configuration
Set margin configuration for an account and market
post/account/margin/{market}
Path parameters
marketstring required
Market Name - example: BTC-USD-PERP
Request body
Example request
{
"leverage": 10,
"margin_type": "CROSS",
"on_behalf_of_account": "0x1234567890abcdef"
}Response
OK