Skip to main content
GET
/
rest
/
block-traders
/
{uuid}
Get Block Trader
curl --request GET \
  --url https://api.exchange.fairx.net/rest/block-traders/{uuid}
{
  "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"
}

Path Parameters

uuid
string
required

The block-trader's UUID

Example:

"e80d6a4e-af9f-4fcb-a819-3d22c7017279"

Response

Successfully retrieved block trader

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"