v1

latestOpenAPI 3.0.02026-07-26117198177.4 KB
Counterparties

Manage addresses (add/update/remove)

put/v2/counterparties/{id}/addresses

Path parameters

idstring required

Request body

Example request

{
  "operations": [
    {
      "action": "add",
      "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD28",
      "network": "ethereum",
      "label": "payment wallet",
      "id": "08846e81-b3a8-7fd9-cc39-d4023a75dcff"
    }
  ]
}

Response

idstring required
addressstring required
networkstring required
namestring required
labelstring

Example response

[
  {
    "id": "08846e81-b3a8-7fd9-cc39-d4023a75dcff",
    "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD28",
    "network": "ethereum",
    "name": "Vercel Payment Wallet",
    "label": "payment address"
  }
]