Last updated 5 months ago
curl -L \ --url 'https://api.matrica.io/v1/collection' \ --header 'X-API-Key: YOUR_API_KEY'
[ { "id": "text", "name": "text", "profile": { "name": "text", "pfp": "text", "banner": "text", "website": "text", "twitter": "text", "discord": "text" }, "stats": {} } ]
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" } }