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]
allPeriod
24hSort by
volumeLimit
50Successful response
No content
GET /api/getTrendingContracts HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
No content
Returns contract data
Chain name.
Contract address
Successful response
GET /api/getContract?chain=text&contract=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}Returns contract activity
Chain name.
Contract address
Activity type
allLimit
50Page
1Cursor for pagination. Ignored if type is not 'sales', 'mints' or 'transfers'.
nullComma separated traits
''Successful response
No content
GET /api/getContractActivity?chain=text&contract=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
No content
Returns contract datapoints
Chain name.
Contract address
Period
24hSuccessful response
GET /api/getContractDatapoints?chain=text&contract=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}Returns contract floor datapoints
Chain name.
Contract address
Period
24hSuccessful response
GET /api/getContractFloorDatapoints?chain=text&contract=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}Returns contract listings
Chain name.
Contract address
Order
date_descLimit
25Page
1Market
allSearch term
''Minimum price
0Maximum price
1000Include pending
trueExcluded markets
''Comma separated token traits
''Comma separated token ids
''Successful response
No content
GET /api/getContractListings?chain=text&contract=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
No content
Returns contract tokens
Chain name.
Contract address
Order
token_idLimit
25Page
1Search term
''Comma separated token traits
''Comma separated token ids
''Successful response
No content
GET /api/getContractTokens?chain=text&contract=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
No content
Returns upcoming collections
Chain name. [MULTICHAIN]
allOrder
date_createdDirection
descLimit
25Page
1Category
''Active projects only
falseSuccessful response
No content
GET /api/getUpcomingCollections HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
No content
Returns the wallet of a user
The chain of the contract. [MULTICHAIN]
The wallet address
The contract addresses to filter for
The page number
1The limit
100The sort order
floor-ascThe search term to filter by
Successful response
No content
GET /api/getWallet?chain=text&owner=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
No content
Returns fungible data for a list of coin ids
Network name
Comma separated coin ids
Successful response
GET /api/getFungibles?network=text&coinIds=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}Returns fungible data
Contract Address
Successful response
GET /api/getFungibleByAddress?contractAddress=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}Returns trending fungibles data
The period to get data for
Successful response
GET /api/getTrendingFungibles?period=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}Returns fungibles data
Category ID
Limit
50Order
market_capSuccessful response
GET /api/getFungibleCategory?categoryId=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}Returns fungible price datapoints
The fungible ID
Period
24hSuccessful response
GET /api/getFungiblePriceDatapoints?fungibleId=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}Returns fungible total volume datapoints
The fungible ID
Period
24hSuccessful response
GET /api/getFungibleTotalVolumeDatapoints?fungibleId=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}Returns fungible market cap datapoints
The fungible ID
Period
24hSuccessful response
GET /api/getFungibleMarketCapDatapoints?fungibleId=text HTTP/1.1
Host: https:/-v2.mintify.com
Accept: */*
Successful response
{
"data": {}
}Last updated

