List NFTs by wallet or by collection address
Your WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Ethereum
, Polygon
, Base
, Avalanche
, Polkadot
, Vara
query by wallet address. If provided, contract_address should not be set.
query by collection address. If provided, wallet_address should not be set.
page number, starting from 1
size of each page
The response is of type Nft · object[]
.