REST APIWallet & TransactSend label

POST

Create an address send label for an id

Body Params

object

  • 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

Responses

200
OK

Response Body

object

  • 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