/v1/wallet
Last updated 1 year ago
Returns a Matrica user based on their wallet address.
Returns all collections owned by a wallet.
Returns all NFTs, including staked and listed, held by a wallet.
/wallet/{walletId}
curl -L \ --url 'https://api.matrica.io/v1/wallet/{walletId}?apiKey=text'
No body
/wallet/{walletId}/collections
ASC
DESC
curl -L \ --url 'https://api.matrica.io/v1/wallet/{walletId}/collections?apiKey=text'
/wallet/{walletId}/nfts
curl -L \ --url 'https://api.matrica.io/v1/wallet/{walletId}/nfts?apiKey=text'