Coinbase Derivatives API
cURL
curl --request GET \ --url https://api.exchange.fairx.net/rest/firm-position-limits/{firm_uuid}
[ { "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 from a specific firm.
The UUID of the firm to get position limits for
"f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
Successfully retrieved firm position limits
The response is of type object[].
object[]
Was this page helpful?