Quick Start
Get your API keys
Make your first request
Last updated
Last updated
GET /assets HTTP/1.1
Host: api.pentas.io
API-Secret-Token: text
Accept: */*
[
{
"id": 0,
"created": "string",
"name": "string",
"description": "string",
"contentUrl": "string",
"royalty": 0,
"ipfscid": "string",
"ipfscidMedia": "string",
"mimeType": "string",
"minter": "string",
"minterDetails": {
"id": 0,
"name": "string",
"username": "string",
"address": "string",
"profileImage": "string",
"verified": true,
"bannerUrl": "string",
"collectorBadge": true
},
"owner": "string",
"ownerDetails": {
"id": 0,
"name": "string",
"username": "string",
"address": "string",
"profileImage": "string",
"verified": true,
"bannerUrl": "string",
"collectorBadge": true
},
"scTokenId": 0,
"likes": 0,
"marketplace": {
"price": 0,
"priceUsd": 0,
"active": true
},
"offer": {
"created": "string",
"token": 0,
"buyer": "string",
"buyerDetails": {
"id": 0,
"name": "string",
"username": "string",
"address": "string",
"profileImage": "string",
"verified": true,
"bannerUrl": "string",
"collectorBadge": true
},
"price": 0,
"nft": null,
"active": true
},
"collection": "string"
}
]curl 'https://api.pentas.io/nft/?page=1'fetch("https://api.pentas.io/nft/?page=1", {
"method": "GET"
});