Digital Asset Standard (DAS) API
The DAS API provides an interface for interacting with digital assets such as fungible tokens, regular NFTs, and compressed NFTs.
Use the pagination and sort options available to some API methods that return a large amount on data.
Supported DAS methods
Infura supports the following DAS API methods:
getAssetgetAssetProofgetAssetProofBatchgetAssetsgetAssetsByAuthoritygetAssetsByCreatorgetAssetsByGroupgetAssetsByOwnergetAssetSignaturesgetNftEditionsgetTokenAccountssearchAssets
Pagination options
Use pagination to manage large result sets and control how data is returned.
- By page: Use when you want to access results in fixed-size pages (for example, when
displaying data in a paged UI). Requires the
pageparameter and can be combined with alimit. - By cursor: Use for efficient pagination through a large or frequently changing dataset.
Requires a
cursorvalue from a previous response. - By range: Use when you need to retrieve results within a specific time or ID range.
Requires
beforeorafterparameters. Useful for narrowing a query.