Coinbase Derivatives API
cURL
curl --request GET \ --url https://api.exchange.fairx.net/rest/firms/{uuid}
{ "firm_uuid": "123e4567-e89b-12d3-a456-426614174000", "fcm_uuid": "abcdef12-3456-7890-abcd-ef1234567890", "name": "Acme Trading", "code": "ABC", "firm_role": "TRADING_FIRM", "max_order_size": 200, "self_match_prevention_mode": "CANCEL_AGGRESSING", "is24_by7_trading_disabled": false }
Retrieves information for a firm with the specified UUID.
The firm's UUID
"e80d6a4e-af9f-4fcb-a819-3d22c7017279"
Successfully retrieved firm
The response is of type object.
object
Was this page helpful?