NFTs
getNftsByWallet
Get a list of all NFTs that an account has on its wallet.
get/v1/nfts/wallet/{address}
Path parameters
addressstring required
Queried wallet address.
Queried wallet address.
Query parameters
pageinteger required
Queried API page.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
sortBy'AGE' required
Select sorting parameter.
Select sorting parameter.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.