Skip to main content
GET
/
rest
/
block-traders
Get All Block Traders
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"
  }
]

Response

Successfully retrieved block traders

trader_uuid
string
Example:

"123e4567-e89b-12d3-a456-426614174000"

name
string
Example:

"trader1"

full_name
string
Example:

"John Doe"

block_trade_entity_uuid
string
Example:

"abcdef12-3456-7890-abcd-ef1234567890"

email
string
Example:

"trader@example.com"