Links
🌈

Get Items

Get many items

get
https://api.alturanft.com/api/v2
/item
Returns an array of items
Example: get all items from a collection
/api/v2/item?collectionAddress=0x78e99615063da7c12c247e6bc01240da00df77ae&slim=true
Response
{
"items": [
{
"name": "Viking Fox - Common",
"properties": [
{
"_id": "618aabce0886bf0004ca16a9",
"name": "Rarity",
"value": "Common",
"static": true
}
],
"tokenId": 1,
"collectionAddress": "0x78e99615063da7c12c247e6bc01240da00df77ae",
"supply": 1800,
"maxSupply": 1800,
"image": "https://ipfs.io/ipfs/Qmbv29YjEdcFR8GXJLH4FsLTo7GQzj1xRdBwKe23wTzBJq",
"imageUrl": "https://altura-marketplace-1.s3.us-east-2.amazonaws.com/56-0x78e99615063da7c12c247e6bc01240da00df77ae-1_c1f87b2f-37b5-494d-bef0-0899bbb51357.png",
"imageIndex": 3,
"imageCount": 4
},
{
"name": "Chef Fox - Common",
"properties": [
{
"name": "Rarity",
"value": "Common",
"static": true
}
],
"tokenId": 2,
"collectionAddress": "0x78e99615063da7c12c247e6bc01240da00df77ae",
"supply": 1800,
"maxSupply": 1800,
"image": "https://ipfs.io/ipfs/QmNTuoAPTffe2vnE1Ks7G1MMDBmD24XGNypcCcTaJgXgry",
"imageUrl": "https://altura-marketplace-1.s3.us-east-2.amazonaws.com/56-0x78e99615063da7c12c247e6bc01240da00df77ae-2_1e96ed76-931d-48ae-9f9b-5358cdbd6781.png",
"imageIndex": 3,
"imageCount": 4
},
...
],
"count": 25
}