Get connected wallets
GET/users/:id/connected_wallets
Get the User's ERC and SPL connected wallets
Request
Path Parameters
id stringrequired
A User ID
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
data
object
erc_wallets string[]required
spl_wallets string[]required
{
"data": {
"erc_wallets": [
"string"
],
"spl_wallets": [
"string"
]
}
}
Bad request
Server error
Loading...