For the complete documentation index, see llms.txt. This page is also available as Markdown.

OAuth2UserV2

Get OAuth2 user profile.

get
Responses
200

Returns the OAuth2 user profile.

application/json
get/profile
200

Returns the OAuth2 user profile.

Get OAuth2 user wallets.

get
Responses
200

Returns the OAuth2 user wallets.

application/json
get/wallets
200

Returns the OAuth2 user wallets.

Get OAuth2 user email.

get
Responses
200

Returns the OAuth2 user email.

application/json
emailstringOptional
get/email
200

Returns the OAuth2 user email.

Get OAuth2 user twitter.

get
Responses
200

Returns the OAuth2 user twitter.

application/json
get/twitter
200

Returns the OAuth2 user twitter.

Get OAuth2 user discord.

get
Responses
200

Returns the OAuth2 user discord.

application/json
get/discord
200

Returns the OAuth2 user discord.

Get OAuth2 user telegram.

get
Responses
200

Returns the OAuth2 user telegram.

application/json
get/telegram
200

Returns the OAuth2 user telegram.

Get OAuth2 user roles.

get
Responses
200

Returns the OAuth2 user roles.

application/json
get/roles
200

Returns the OAuth2 user roles.

Get OAuth2 user NFTs with pagination.

get
Query parameters
nftIdstringOptional
collectionIdstring · uuidOptional
networkSymbolstringOptional
Responses
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
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
200

Returns a paginated list of the OAuth2 user domains.

application/json
keystringOptional
namestringOptional
extensionstringOptional
get/domains

Last updated