User
/v1/user
Get user
Get NFT Collection Counts for a User
Path parameters
userIdstringRequired
The ID of the user whose NFT collections are to be retrieved.
Query parameters
collectionIdstringOptional
Optional filter to retrieve NFTs for a specific collection.
Responses
200
Returns the NFT collection counts for the user.
application/json
collectionIdstringOptional
The ID of the NFT collection.
collectionNamestringOptional
The name of the NFT collection.
countintegerOptional
The number of NFTs in this collection.
400
Invalid user ID or user not found.
application/json
get
/v1/user/{userId}/nft-collectionsPath parameters
userIdstringRequired
The ID of the user
Responses
200
Returns the user PFP.
application/json
collectionNamestring · nullableOptional
Name of the NFT collection
collectionPfpstring · nullableOptional
Profile picture of the collection
pfpNFTIdstring · nullableOptional
ID of the NFT used as profile picture
pfpNFTUrlstring · nullableOptional
URL or image of the NFT profile picture
get
https://api.matrica.io/v1/user/{userId}/pfp200
Returns the user PFP.
Last updated