Explore efficient pagination mechanisms for Solana DAS API. Page-based, cursor-based, and keyset pagination for large datasets with performance optimization.
id
: Sort by the asset ID in binary (default).created
: Sort by the date the asset was created.recent_action
: Sort by the date the asset was last updated (not recommended).none
: Do not sort the data (not recommended).Example
id
.Example
before
and/or after
. The query is essentially identical to “get me all assets after X but before Y”. You can traverse the dataset by updating each call’s before or after parameter.
Example
Example