curl --request PATCH \
--url https://api-sandbox.circle.com/v1/addressBook/recipients/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"metadata": {
"nickname": "sample nickname",
"email": "satoshi@circle.com",
"bns": "sample.circle"
}
}
'{
"data": {
"chain": "ALGO",
"address": "0x8381470ED67C3802402dbbFa0058E8871F017A6F",
"metadata": {
"nickname": "sample nickname",
"email": "satoshi@circle.com",
"bns": "sample.circle"
},
"id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
"addressTag": "123456789",
"status": "pending",
"createDate": "2020-04-10T02:13:30.000Z",
"updateDate": "2020-04-10T02:13:30.000Z"
}
}curl --request PATCH \
--url https://api-sandbox.circle.com/v1/addressBook/recipients/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"metadata": {
"nickname": "sample nickname",
"email": "satoshi@circle.com",
"bns": "sample.circle"
}
}
'{
"data": {
"chain": "ALGO",
"address": "0x8381470ED67C3802402dbbFa0058E8871F017A6F",
"metadata": {
"nickname": "sample nickname",
"email": "satoshi@circle.com",
"bns": "sample.circle"
},
"id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
"addressTag": "123456789",
"status": "pending",
"createDate": "2020-04-10T02:13:30.000Z",
"updateDate": "2020-04-10T02:13:30.000Z"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Universally unique identifier (UUID v4) of a resource.
"b3d9d2d5-4c12-4946-a09d-953e82fae2b0"
Successfully updated the address book recipient.
Show child attributes
A blockchain that a given currency is available on.
ALGO, APTOS, ARB, AVAX, BASE, BTC, CELO, CODEX, ETH, HBAR, HYPEREVM, INK, LINEA, NEAR, NOBLE, OP, PLUME, PAH, POLY, SEI, SOL, SONIC, SUI, UNI, WORLDCHAIN, XDC, XLM, XRP, ZKS, ZKSYNC An alphanumeric string representing a blockchain address. Formatting varies by blockchain.
Be sure to preserve the exact formatting and capitalization of the address.
Important: For Ripple (XRP) addresses, only the classic address format is supported (for example, rPEPPER7kfTD9w2To4CQk6UCfuHM9c6GDY).
The x-address format is NOT supported currently (for example, XV5sbjUmgPpvXv4ixFWZ5ptAYZ6PD2q1qM6owqNbug8W6KV).
"0x8381470ED67C3802402dbbFa0058E8871F017A6F"
Show child attributes
Unique system generated identifier for the entity.
"b8627ae8-732b-4d25-b947-1df8f4007a29"
The secondary identifier for a blockchain address. An example of this is the memo field on the Stellar network, which can be text, id, or hash format.
"123456789"
Status of the address book recipient.
pending, inactive, active, denied ISO-8601 UTC date/time format.
"2020-04-10T02:13:30.000Z"
ISO-8601 UTC date/time format.
"2020-04-10T02:13:30.000Z"
Was this page helpful?