---
title: "List send labels"
method: GET
path: "/api/v2/sendlabels"
tags: ["Send label"]
---

# List send labels

`GET /api/v2/sendlabels`

List all send labels for the enterprise. Address and coin parameters optional.

## Query parameters

- `coin` string — A cryptocurrency or token ticker symbol.
- `address` string
- `enterpriseId` string

## Response `200`

OK

- SendLabel[]
  - `id` string, required
  - `coin` string, required — A cryptocurrency or token ticker symbol.
  - `address` string, required
  - `enterpriseId` string, required
  - `label` string, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
