GET
/
users
/
{userId}
/
wallet

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

userId
string
required

The ID of the user.

Response

200 - application/json
mints
object[]

The mints of the wallet.

tokens
object
address
string

The wallet address of the user.

Was this page helpful?