contacts

Create a contact

post/users/me/contacts

Request body

namestring required

Display name

Example request

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

Response

Contact created

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.