List Creators
GET/public/NftCreators
Returns a list of NFTs with support for sorting and filtration.
Request
Query Parameters
Fiat currency used for converting crypto prices.
Cursor token. Pass tokens obtained from successful responses.
Filters to apply. Note: if filters are present, they are required to be passed for an initial request and omitted for subsequent ones.
Maximum number of items to be returned by a single request.
Possible values: [RecentlyAdded
, RecentlyVerified
, MostRelevant
]
Sorting to apply. Note: sort parameter is required to be passed for an initial request and omitted for subsequent ones.
Responses
- 200
Response
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
- MOD1
- MOD2
result objectnullable
Batch of paginated items from list APIs.
Cursor token to send to get subsequent items after performing the requested search.
items object[]required
Items from the response.
Date when creator was added to the DB
Description of the Creator.
Server side generated ID of the Creator.
image objectnullable
Main image
Possible values: [Main
, Image
, Animation
, Video
, TopBanner
, Other
]
Role of this media relative to the catalog object.
media objectnullable
Exact copy of the original media, stored in a Kraken server.
DO NOT TRUST THIS DATA TO BE SAFE.
Danger: this contains arbitrary content from the internet and may be malicious. This should never be embedded directly inside a webpage. Proper care should be given if linking to this media (e.g. use rel="noopener"
).
Despite these risks, the raw media is still exposed as it's the true copy of the blockchain media as retrieved by Kraken. Viewing it may help if processing introduced defects to the media.
The value depends on MediaProcessingState
: - Wait
or Source
: None
- Process
or Ready
: Some
Media type: image/png
, image/jpeg
, etc.
Full size of the content in bytes.
Note that the actual transfer size may be smaller if compression is applied.
URL for the content of this media.
This is always served as HTTPS, either from the Kraken media server directly or from a Cloudflare Images subdomain.
Name of the Creator.
top_banner objectnullable
Top-banner image
Possible values: [Main
, Image
, Animation
, Video
, TopBanner
, Other
]
Role of this media relative to the catalog object.
media objectnullable
Exact copy of the original media, stored in a Kraken server.
DO NOT TRUST THIS DATA TO BE SAFE.
Danger: this contains arbitrary content from the internet and may be malicious. This should never be embedded directly inside a webpage. Proper care should be given if linking to this media (e.g. use rel="noopener"
).
Despite these risks, the raw media is still exposed as it's the true copy of the blockchain media as retrieved by Kraken. Viewing it may help if processing introduced defects to the media.
The value depends on MediaProcessingState
: - Wait
or Source
: None
- Process
or Ready
: Some
Media type: image/png
, image/jpeg
, etc.
Full size of the content in bytes.
Note that the actual transfer size may be smaller if compression is applied.
URL for the content of this media.
This is always served as HTTPS, either from the Kraken media server directly or from a Cloudflare Images subdomain.
Username of the Creator.
Verified by Kraken to have accurate data.
total_items object
Total number of items.
Possible values: [eq
]
Possible values: [gte
]
{
"error": [
"EGeneral:Invalid arguments"
],
"result": {
"cursor": "string",
"items": [
{
"date_added": 0,
"description": "string",
"id": "string",
"image": {
"kind": "Main",
"media": {
"media_type": "string",
"size": 0,
"url": "string"
}
},
"name": "string",
"top_banner": {
"kind": "Main",
"media": {
"media_type": "string",
"size": 0,
"url": "string"
}
},
"username": "string",
"verified": true
}
],
"total_items": {}
}
}
{
"error": [],
"result": {
"total_items": {
"relation": "eq",
"value": 1
},
"items": [
{
"id": "NA7NELE-FOQFZ-ODWOTV",
"name": "Williams Racing",
"username": " ",
"description": "Williams Racing is one of the world’s leading Formula One teams. It exists purely to race in the top echelon of motor racing, where it’s been winning grands prix for more than three decades. The Williams name has been synonymous with top-level motorsport since the 1960s. \n\nAfter running teams on the sport’s nursery slopes, team patron Frank Williams founded Frank Williams (Racing Cars) in 1966 and he entered F1 in 1969 with his friend Piers Courage behind the wheel. Frank quickly earned a reputation as one of the industry’s more determined individuals and after selling his controlling interest in his original team, he established Williams Grand Prix Engineering with British engineer Patrick Head in 1977. They built their first car, the FW06, the following year and the team immediately went from strength-to-strength. \n\nWilliams is now the third most successful team on the grid.",
"image": {
"kind": "Main",
"media": {
"url": "https://assets-dynamic.kraken.com/media1/71802e3780ae54ca416845955146ed04a5b059af0d08a66bf03583423f48040f.png",
"media_type": "image/png",
"size": 19582
}
},
"top_banner": {
"kind": "TopBanner",
"media": {
"url": "https://assets-dynamic.kraken.com/media1/8d3b4bdc4718e476743627cbacb8903e4d3ffb3289c2cc9795e832b8f2f8ac4d.png",
"media_type": "image/png",
"size": 6233635
}
},
"verified": true,
"date_added": 1696953575
}
]
}
}