Add External Partner Address

post/api/stablecoin/v1/admin/network-partner/address

Adds a new external address for a network partner.

Request Body

address string required
Blockchain address to be added
Min length: >= 1 characters
Example: 0xc0ffee254729296a45a3885639AC7E10F9d54979
chain string required
Blockchain network identifier
Min length: >= 1 characters
Example: hteth
label string required
Human-readable label for the address
Min length: >= 1 characters
networkPartnerId string <uuid>required
Network partner to associate with this address
Min length: >= 1 characters
Example: 8f7ab051-8828-4a56-b9dc-8ca32097caf0
comment string
Comment or note about the address
Min length: >= 1 characters

201 Response

success boolean required
Indicates if the network partner address was successfully added
Example: true

400 Response

500 Response