Skip to main content
GET
/
management
/
clients
/
business-industries
curl -X GET "https://api.cryptomate.me/management/clients/business-industries" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
[
  {
    "code": "TECH",
    "description": "Technology"
  }
]
Retrieves all available business industries (NAICS codes) for business client registration. Requires an API key with access level 1 or higher.

Response

code
string
Industry code.
description
string
Industry description.
curl -X GET "https://api.cryptomate.me/management/clients/business-industries" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
[
  {
    "code": "TECH",
    "description": "Technology"
  }
]