Skip to main content

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

Success

Schema

    data

    object

    erc_wallets string[]required
    spl_wallets string[]required
Loading...