NFTs
List NFTs
List NFTs by wallet or by collection address
Headers
X-WalletKit-Project-ID
string
requiredYour WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
network
enum<string>
requiredAvailable options:
Ethereum
, Polygon
, Base
, Avalanche
, Polkadot
, Vara
wallet_address
string | null
query by wallet address. If provided, contract_address should not be set.
contract_address
string | null
query by collection address. If provided, wallet_address should not be set.
page
integer | null
page number, starting from 1
page_size
integer | null
size of each page
Response
200 - application/json
metadata
object
owner_wallet_address
string
requiredcontract_address
string
requiredtoken_id
string
required