Back to LiveQuery Integrations
QuickNode API
QuickNode
Details
Effortlessly develop your Web3 applications by leveraging our elastic APIs, powerful analytics and knowledge base articles to your competitive advantage.
Usage
SELECT quicknode_ethereum_nfts.fetch_nfts(
{
'wallet': '0x91b51c173a4bdaa1a60e234fc3f705a16d228740',
'omitFields': [
'provenance',
'traits'
],
'page': 1,
'perPage': 10,
'contracts': [
'0x2106c00ac7da0a3430ae667879139e832307aeaa',
'0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D'
]
}
) as response
SELECT quicknode_ethereum_nfts.fetch_nfts_by_collection(
{
'collection': '0x60E4d786628Fea6478F785A6d7e704777c86a7c6',
'omitFields': [
'imageUrl',
'traits'
],
'page': 1,
'perPage': 10
}
) as response
Getting Started
To get started building with QuickNode, you'll need to create an account and provision endpoints.
- Create an account with QuickNode
- Go to the Flipside Add-On in the QuickNode Marketplace
- Spin up the RPC endpoint of your choosing and make "Flipside Livequery" add-on is selected
- ⚠️ Important - to ensure that your QuickNode and Flipside accounts are linked, click "How to use" from the Flipside Add-On card and then click "Log in to Flipside"
Overview
Real-time analytics
Quickly fetch metrics that you care about including method calls over time, response statuses, method response time, and more.
World-class security
Keep your endpoints safe and secure with token-based authentication, referrer whitelisting, domain masking, and more.
Archived data
Access all historical states of values in smart contracts as well as all balances of an account.
Trace & Debug
Request the node to re-execute the desired transaction with varying degrees of data collection.