Get User Wallet Info
The "Get Wallet info" endpoint provides information about the authenticated user and their associated wallets. Use this endpoint to retrieve user details and wallet information.
Overview
Responses
Success (Code 200)
{
"user": {
"identifier": "fake@example.com",
"id": "5ebac534954b54139806c112",
},
"wallets": [
{
"id": "656ab9db6a378b91ab1871be",
"address": "0x8e9DD3c1Db3254d968967CbC367542C343273629",
"smartAccount": "0x8e9DD3c1Db3254d968967CbC367542C343273629",
"custodial": true,
"user": "5ebac534954b54139806c112"
"type":"evm"
}
]
}Unauthorized (Code 401)
Usage
Last updated