Collection
Last updated
Last updated
GET https://api.matrica.io/v1/collection HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
[
{
"id": "text",
"name": "text",
"profile": {
"name": "text",
"pfp": "text",
"banner": "text",
"website": "text",
"twitter": "text",
"discord": "text"
},
"stats": {}
}
]GET https://api.matrica.io/v1/collection/nft/{nftId} HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
{
"id": "text",
"name": "text",
"profile": {
"name": "text",
"pfp": "text",
"banner": "text",
"website": "text",
"twitter": "text",
"discord": "text"
}
}