contacts

Update a contact

patch/users/me/contacts/{contactId}

Path parameters

contactIdnumber required

Request body

namestring

Display name

Example request

{
  "addresses": {
    "evm": [
      "0x0000000000000000000000000000000000000000"
    ],
    "solana": [],
    "bitcoin": []
  }
}

Response

Updated contact

idnumber required

Contact ID

namestring required

Display name

createdAtstring required

Creation timestamp (ISO-8601)

Example response

{
  "addresses": {
    "evm": [
      "0x0000000000000000000000000000000000000000"
    ],
    "solana": [],
    "bitcoin": []
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.