Back to LiveQuery Integrations
QuickNode API
logoImageUrlQuickNode
Log in to Manage
Effortlessly develop your Web3 applications by leveraging our elastic APIs, powerful analytics and knowledge base articles to your competitive advantage.
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.

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.