Coinbase Derivatives API
cURL
curl --request GET \ --url https://api.exchange.fairx.net/rest/users
[ { "user_uuid": "123e4567-e89b-12d3-a456-426614174000", "name": "John Doe", "user_role": "FIX_USER", "sender_comp_id": "TRADER001", "firm_uuid": "abcdef12-3456-7890-abcd-ef1234567890", "itm_uuid": "98765432-dcba-4321-9876-543210fedcba", "cancel_on_disconnect": true, "client_requested_trading_lock": false, "admin_trading_lock": false, "self_match_prevention_id": 123, "self_match_prevention_mode": "CANCEL_AGGRESSING" } ]
Retrieves a list of all users you have access to, or all users in the specified firm.
The UUID of the desired users' parent firm.
"abcdef12-3456-7890-abcd-ef1234567890"
Successfully retrieved users
The response is of type object[].
object[]
Was this page helpful?