latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Address

Update address

Update a receive address on a wallet

put/api/v2/{coin}/wallet/{walletId}/address/{addressOrId}

Path parameters

coinstring required

A cryptocurrency symbol or token ticker symbol

Example:btc
walletIdstring required
Example:59cd72485007a239fb00282ed480da1f
addressOrIdstring required

Address or Id which will be used for information lookup

Query parameters

dtstring

For XRP addresses

memoIdstring

For XLM addresses

Request body

labelstring

A human-readable label for the address

Example request

{
  "label": "Bob's Hot Wallet Address"
}

Response

OK

coinstring required

A cryptocurrency symbol or token ticker symbol

walletstring required
chain0 | 1 | 10 | 11 | 20 | 21 | 30 | 31 | 40 | 41 required
indexnumber required
idstring

Platform public ID for an address

addressstring
labelstring

A human-readable label for the address

lastNoncenumber
tokenstring
proofstring
signaturestring
lastConsolidatedTimestring date
needsConsolidationboolean
{"stackTrail":"components:schemas:WalletAddress:allOf:properties:tokenConsolidationState","oasType":"schema","type":"unknown"}
{"stackTrail":"components:schemas:WalletAddress:allOf:properties:tokenAddress","oasType":"schema","type":"unknown"}

Example response

{
  "coin": "btc",
  "id": "59cd72485007a239fb00282ed480da1f",
  "address": "2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS",
  "balance": {
    "balanceString": "500000",
    "confirmedBalanceString": "400000",
    "spendableBalanceString": "40000",
    "balance": 50000
  },
  "label": "Bob's Hot Wallet Address"
}