Last updated 3 months ago
https://api.matrica.io/v1/collection
curl -L \ --url 'https://api.matrica.io/v1/collection' \ --header 'X-API-Key: YOUR_API_KEY'
[ { "id": "text", "name": "text", "stats": {}, "profile": { "name": "text", "pfp": "text", "banner": "text", "website": "text", "twitter": "text", "discord": "text" } } ]
https://api.matrica.io/v1/collection/nft/{nftId}
NFT ID
curl -L \ --url 'https://api.matrica.io/v1/collection/nft/{nftId}' \ --header 'X-API-Key: YOUR_API_KEY'
{ "id": "text", "name": "text", "profile": { "name": "text", "pfp": "text", "banner": "text", "website": "text", "twitter": "text", "discord": "text" } }