Skip to main content

getWalletList

PlatformAPI

POST /v1/getWalletList

GetWalletList returns the wallets details.
Body
vaultUuidstring
vault_uuid is the UUID of the vault that the wallet was created in.
pageint64
page is the page number.
limitint64
limit is the number of wallets to return.
Example:
{
vaultUuid: 12789f5ee5fb-07f5-470c-a2ff-081e2d6d107a
page: 1
limit: 100
}
Response
detailsList[]Wallet
details_list is the list of wallets.
errorError
Example:
{
detailsList: [{address: 0x71C7656EC7ab88b098defB752345回到家旧旧d s f r, name: test wallet, status: STATUS_ACTIVE}]
error:
}

enum_types