List send labels

get/api/v2/sendlabels

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

Query Parameters

  • coinstring
    Filter by coin
    Example: "btc"
  • addressstring
    Filter by address string
    Example: "2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS"
    Max Length: 250
  • enterpriseIdstring
    Filter by enterprise
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$

200 Response

Array of
id string required
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
coin string required
A cryptocurrency or token ticker symbol.
Example: btc
address string required
Max length: <= 250 characters
Example: 2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS
enterpriseId string required
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
label string required
Max length: <= 250 characters

400 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code