List Wallets
GET
/api/v1/user/wallets
const url = 'https://api.qeychain.xyz/api/v1/user/wallets';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.qeychain.xyz/api/v1/user/walletsList all wallets linked to your account.
Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Response List Wallets Api V1 User Wallets Get
object
key
additional properties
any
Examplegenerated
{}