Coinbase Derivatives API
cURL
curl --request GET \ --url https://api.exchange.fairx.net/rest/firm-position-limits
[ { "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6", "long_limit": 1000000, "short_limit": 500000, "weekend_margin_multiplier": 2, "source": "OVERRIDE", "timestamp": "2025-08-06T12:13:34Z" } ]
Retrieves position limits for all firms that the user has access to.
Successfully retrieved all firm position limits
The response is of type object[].
object[]
Was this page helpful?