Last updated 5 months ago
GET /v1/collection HTTP/1.1 Host: api.matrica.io X-API-Key: YOUR_API_KEY Accept: */*
Returns collections.
[ { "id": "text", "name": "text", "profile": { "name": "text", "pfp": "text", "banner": "text", "website": "text", "twitter": "text", "discord": "text" }, "stats": {} } ]
NFT ID
GET /v1/collection/nft/{nftId} HTTP/1.1 Host: api.matrica.io X-API-Key: YOUR_API_KEY Accept: */*
Returns the collection.
{ "id": "text", "name": "text", "profile": { "name": "text", "pfp": "text", "banner": "text", "website": "text", "twitter": "text", "discord": "text" } }