Wallets
List the authenticated user's smart wallets
get/wallets
Response
All wallets for the authenticated user.
Example response
{
"data": [
{
"address": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"factoryAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB"
}
]
}