Coinbase Derivatives API
cURL
curl --request POST \ --url https://api.exchange.fairx.net/rest/firm-position-limits/{firm_uuid} \ --header 'Content-Type: application/json' \ --data ' { "long_limit": 1000000, "short_limit": 500000, "weekend_margin_multiplier": 2 } '
"<string>"
Updates position limits for a specific firm
The UUID of firm to update.
"f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
Parameters to update the specified firm's position limit
1000000
500000
2
Successfully updated firm position limits
The response is of type string.
string
Was this page helpful?