REST APIWallet & TransactSend label

GET

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

Query Params

  • coin string
    Filter by coin
  • address string
    Filter by address string

    up to 500 characters

  • enterpriseId string
    Filter by enterprise

    matches ^[0-9a-f]{32}$

Responses

200
OK

Response Body

array of objects

  • id string required

    matches ^[0-9a-f]{32}$

  • coin string required
    A cryptocurrency or token ticker symbol.
  • address string required

    up to 500 characters

  • enterpriseId string required

    matches ^[0-9a-f]{32}$

  • label string required

    up to 250 characters

400
Bad Request

Response Body

object

  • 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