post https://us-central1-readysandbox.cloudfunctions.net/wallets-getUserWallets
Retrieves the crypto wallets of the user.
Log in to see full request history
Responses
Retrieves the crypto wallets of the user.
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/wallets-getUserWallets \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"version":2}'
xxxxxxxxxx
[
{
"address": "string",
"is_rgn_wallet": true
}
]