Update External Partner Address

patch/api/stablecoin/v1/admin/network-partner/address/{addressId}

Updates an existing external address for a network partner.

Path Parameters

  • addressIdstring<uuid>Required
    Unique identifier of the address to update
    Example: 4e66645d-61ed-4493-8978-f0c9dea26e9f
    Min length: >= 1 characters

Request Body

label string
Updated human-readable label for the address
Min length: >= 1 characters
status string
Updated status for the reward address
Allowed values: VERIFIED PENDING REJECTED
Example: VERIFIED

200 Response

id string required
Unique identifier for the reward address
Min length: >= 1 characters
Example: 4e66645d-61ed-4493-8978-f0c9dea26e9f
networkPartnerId string required
Network partner associated with this reward address
Min length: >= 1 characters
Example: 8f7ab051-8828-4a56-b9dc-8ca32097caf0
address string required
Blockchain address for rewards
Min length: >= 1 characters
Example: 0xc0ffee254729296a45a3885639AC7E10F9d54979
bitgoWalletId string
BitGo wallet identifier
label string required
Human-readable label for the address
Min length: >= 1 characters
Example: new-label
chain string required
Blockchain network identifier
Allowed values: eth hteth
Example: hteth
status string required
Current status of the reward address
Allowed values: VERIFIED PENDING REJECTED
Example: REJECTED
isExternal boolean required
Indicates if this is an external address
Example: true
updatedBy string required
Identifier of the user who last updated this record
Min length: >= 1 characters
Example: test-user-1
comment string
Comment or note about the address

400 Response

404 Response

500 Response