# Get user labels Retrieves a list of labels for the authenticated user. Endpoint: GET /user/labels Version: 1.0.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `name` (string, required) Example: "Bitoin Label" - `note` (string) Example: "Label for Bitcoin address" - `address` (string, required) Example: "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa" - `chainType` (string, required) Enum: "evm", "bitcoin", "tron", "ton", "solana", "dogecoin" ## Response 400 fields (application/json): - `error` (string) Example: "Bad request" ## Response 401 fields (application/json): - `error` (string) Example: "API key missing or invalid"