opensea-js - v8.0.20
Preparing search index...
ListNFTsResponse
Type Alias ListNFTsResponse
Response from OpenSea API for fetching a list of NFTs.
type
ListNFTsResponse
=
{
next
:
string
;
nfts
:
NFT
[]
;
}
Index
Properties
next
nfts
Properties
next
next
:
string
Cursor for next page of results.
nfts
nfts
:
NFT
[]
List of
NFT
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next
nfts
opensea-js - v8.0.20
Loading...
Response from OpenSea API for fetching a list of NFTs.