post https://api.smartnftsearch.xyz/search/nft-search
Search for the latest sales of a particular collection
Log in to see full request history
Responses
Search for the latest sales of a particular collection
xxxxxxxxxx
14import requests
body = {
'search_query': (None, 'moonbirds last sales'),
'continuatin': "",
'limit': (None, 25),
'buy_now': (None, True)
}
headers= { 'x-api-key': '82cadfbf7d1a9da976e91655ada741a2'}
response = requests.post('https://api.smartnftsearch.xyz/search/nft-search',
files=body, headers=headers)
print (response.json())
Try It!
to start a request and see the response here! Or choose an example: