Get External Partner Addresses

get/api/stablecoin/v1/network-partner/{networkPartnerId}/external-wallets

Retrieves a list of external addresses for a network partner.

Path Parameters

  • networkPartnerIdstring<uuid>Required
    Network partner identifier to fetch addresses for
    Example: 8f7ab051-8828-4a56-b9dc-8ca32097caf0
    Min length: >= 1 characters

200 Response

success boolean required
Indicates if the request was successful
Example: true
addresses array[object] required
Array of external addresses with their details
externalAddress string required
Blockchain address of the network partner
Min length: >= 1 characters
Example: 0xc0ffee254729296a45a3885639AC7E10F9d54979
balance string required
Current balance of the address in the smallest unit of currency
Min length: >= 1 characters
Example: 100000000
label string required
Human-readable label for the address
Min length: >= 1 characters
Example: test-label
id string required
Unique identifier for the address
Min length: >= 1 characters
Example: 64f8bf48-86d5-4ff0-b1f7-8bc481d5d312
totalBalance string required
Total balance across all addresses in the smallest unit of currency
Example: 100000000

400 Response

500 Response