API (Data & Analytics) V2 [Beta]
The Mintify API provides access to a wide range of data and insights for NFT-based economies, making it a valuable piece of NFT infrastructure for anyone looking to build their own products.
You can sign up for access to the Mintify API here: https://mintify.com/api
Authentication
You need to include a 'API-KEY' header with every request:
headers = {
'API-KEY': 'YOUR_API_KEY'
}
Returns trending collections
Chain name. [MULTICHAIN]
all
Period
24h
Sort by
volume
Limit
50
GET /api/getTrendingContracts HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
No content
Returns contract activity
Chain name.
Contract address
Activity type
all
Limit
50
Page
1
Comma separated traits
''
GET /api/getContractActivity HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
No content
Returns contract datapoints
Chain name.
Contract address
Period
24h
GET /api/getContractDatapoints HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}
Returns contract floor datapoints
Chain name.
Contract address
Period
24h
GET /api/getContractFloorDatapoints HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}
Returns contract listings
Chain name.
Contract address
Order
date_desc
Limit
25
Page
1
Market
all
Search term
''
Minimum price
0
Maximum price
1000
Include pending
true
Excluded markets
''
Comma separated token traits
''
Comma separated token ids
''
GET /api/getContractListings HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
No content
Returns contract tokens
Chain name.
Contract address
Order
token_id
Limit
25
Page
1
Search term
''
Comma separated token traits
''
Comma separated token ids
''
GET /api/getContractTokens HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
No content
Returns upcoming collections
Chain name. [MULTICHAIN]
all
Order
date_created
Direction
desc
Limit
25
Page
1
Category
''
Active projects only
false
GET /api/getUpcomingCollections HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
No content
Returns fungible data for a list of coin ids
Network name
Comma separated coin ids
GET /api/getFungibles HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}
Returns fungibles data
Category ID
Limit
50
Order
market_cap
GET /api/getFungibleCategory HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}
Returns fungible price datapoints
The fungible ID
Period
24h
GET /api/getFungiblePriceDatapoints HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}
Returns fungible total volume datapoints
The fungible ID
Period
24h
GET /api/getFungibleTotalVolumeDatapoints HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}
Returns fungible market cap datapoints
The fungible ID
Period
24h
GET /api/getFungibleMarketCapDatapoints HTTP/1.1
Host: api-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}
Last updated