NftsImp..::..GetNftsListAsync Method
Use this to obtain all the NFT ids in order to make API calls.
Namespace:
CoinGeckoAPI.ImpsAssembly: CoinGeckoAPI (in CoinGeckoAPI.dll)
Syntax
public Task<IEnumerable<NftListItem>> GetNftsListAsync( NftsListOrderBy order, string asset_platform_id, uint per_page, uint page )
Public Function GetNftsListAsync ( _ order As NftsListOrderBy, _ asset_platform_id As String, _ per_page As UInteger, _ page As UInteger _ ) As Task(Of IEnumerable(Of NftListItem))
Parameters
- order
- Type: CoinGeckoAPI.Types..::..NftsListOrderBy
The ordering of results (sort) NftsListOrderBy. Default: none.
- asset_platform_id
- Type: String
The id of the platform issuing tokens (See GetAssetPlatformsAsync(String) for list of options).
- per_page
- Type: UInt32
Total results per page. Default: 100.
- page
- Type: UInt32
Page through results.