contacts

List the current user contacts

get/users/me/contacts

Response

Contact list

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.