We refreshed our doc site!

Bookmarked links may have changed

Read release notes

getAddressBookRecipient

Circle Mint

Get a recipient

GEThttps://api.circle.com/v1/addressBook/recipients/{id}

Path parameters
id
uuid
Required

Universally unique identifier (UUID v4) of a resource.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
4    "chain": "ALGO",
5    "address": "0x8381470ED67C3802402dbbFa0058E8871F017A6F",
6    "addressTag": "123456789",
7    "metadata": {
8      "nickname": "sample nickname",
9      "email": "[email protected]",
10      "bns": "sample.circle"
11    },
12    "status": "pending",
13    "createDate": "2020-04-10T02:13:30.000Z",
14    "updateDate": "2020-04-10T02:13:30.000Z"
15  }
16}
Did this page help you?
© 2023-2024 Circle Technology Services, LLC. All rights reserved.