OAuth2UserV2

Get OAuth2 user profile.

get
Responses
chevron-right
200

Returns the OAuth2 user profile.

application/json
get
/profile
200

Returns the OAuth2 user profile.

Get OAuth2 user wallets.

get
Responses
chevron-right
200

Returns the OAuth2 user wallets.

application/json
get
/wallets
200

Returns the OAuth2 user wallets.

Get OAuth2 user email.

get
Responses
chevron-right
200

Returns the OAuth2 user email.

application/json
emailstringOptional
get
/email
200

Returns the OAuth2 user email.

Get OAuth2 user twitter.

get
Responses
chevron-right
200

Returns the OAuth2 user twitter.

application/json
twitterone ofOptional
or
nullOptional
get
/twitter
200

Returns the OAuth2 user twitter.

Get OAuth2 user discord.

get
Responses
chevron-right
200

Returns the OAuth2 user discord.

application/json
discordone ofOptional
or
nullOptional
get
/discord
200

Returns the OAuth2 user discord.

Get OAuth2 user telegram.

get
Responses
chevron-right
200

Returns the OAuth2 user telegram.

application/json
telegramone ofOptional
or
nullOptional
get
/telegram
200

Returns the OAuth2 user telegram.

Get OAuth2 user roles.

get
Responses
chevron-right
200

Returns the OAuth2 user roles.

application/json
rolesone ofOptional
or
nullOptional
get
/roles
200

Returns the OAuth2 user roles.

Get OAuth2 user NFTs with pagination.

get
Query parameters
nftIdstringOptional
collectionIdstring · uuidOptional
networkSymbolstringOptional
Responses
chevron-right
200

Returns a paginated list of the OAuth2 user NFTs.

application/json
idstringOptional
namestringOptional
imagestringOptional
statusstringOptional
networkSymbolstringOptional
isCompressedbooleanOptional
inscriptionNumbernumber · nullableOptional
ownerIdstringOptional
get
/nfts

Get OAuth2 user wallet tokens with pagination and filters.

get
Query parameters
networkSymbolstringOptional
tokenIdsarray · max: 25Optional
minBalancenumberOptional
Responses
chevron-right
200

Returns a paginated list of the OAuth2 user wallet tokens.

application/json
idstringOptional
totalAmountnumberOptional
amountnumberOptional
stakedAmountnumberOptional
walletIdstringOptional
tokenIdstringOptional
get
/tokens

Get OAuth2 user domains with pagination and filters.

get
Query parameters
extensionstringOptional
networkSymbolstringOptional
Responses
chevron-right
200

Returns a paginated list of the OAuth2 user domains.

application/json
keystringOptional
namestringOptional
extensionstringOptional
get
/domains

Last updated