Coinbase Derivatives API
cURL
curl --request GET \ --url https://api.exchange.fairx.net/rest/block-traders
[ { "trader_uuid": "123e4567-e89b-12d3-a456-426614174000", "name": "trader1", "full_name": "John Doe", "block_trade_entity_uuid": "abcdef12-3456-7890-abcd-ef1234567890", "email": "trader@example.com" } ]
Retrieves a list of all block traders you have access to.
Successfully retrieved block traders
"123e4567-e89b-12d3-a456-426614174000"
"trader1"
"John Doe"
"abcdef12-3456-7890-abcd-ef1234567890"
"trader@example.com"
Was this page helpful?