Get All Added Wallet Addresses

Retrieve a list of external personal wallet addresses added to the client's user profile, along with associated details such as wallet name aliases, addresses, verification statuses, and more.

⚠️

In May 2026 OSL deployed the One-Coin / Multi-Chain project (see announcement), and this endpoint has been updated to support this.

Two new string fields have been added that will be included on Response Parameters:

  • networkhas been added that serves as the chain network identifier, e.g. ETHEREUM, TRON, etc.
  • coin is the virtual asset currency as a consolidated asset that is transferable across chains (e.g. USDT).

To identify which networks are available for a given currency, you can use the new Get Supported Transfer Network endpoint.



Code Table for status

CodeDescription
MICROPAYMENT_PENDINGmicropayment verification that's pending
MICROPAYMENT_REJECTEDmicropayment verification that's rejected
MICROPAYMENT_VERIFIEDmicropayment verification that's successful
UNVERIFIEDan wallet address that's not have any verification request pending. e.g. when a wallet address is newly added and doesn't have any micro payment verification request submitted. Or signing challenge verification that's not successful and within the maximum allowed attempts (i.e. signing challenge failed for 1st and 2nd time)
SIGNING_CHALLENGE_VERIFIEDsigning challenge verification that's successful
SIGNING_CHALLENGE_REJECTEDsigning challenge verification that's rejected (i.e. signing challenge failed for 3rd time
VERIFICATION_EXPIREDthe verification has expired
MANUAL_VERIFIEDwallet address has been manually verified by OSL operator
Body Params
int64

The current Unix time in microseconds

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json