August 14, 2024

This release makes some necessary API additions and updates to support Solana NFTs and Zero balance tokens.

Doc changes

Updated

The following docs have been updated to reflect the supported changes on the Solana network:

API changes

Added

The following new enum values for the standard query parameters and response fields were added:

  • FungibleAsset
  • NonFungible
  • NonFungibleEdition
  • ProgrammableNonFungible
  • ProgrammableNonFungibleEdition

for the following API endpoints:

Updated

Made nftTokenId an optional field in the response of the following API endpoints, since Solana doesn't have nftTokenId:

Modified the behavior of several API endpoints related to token balances in a wallet. In particular, tokens with a balance of zero will no longer be included in the API responses for the following endpoints:

Note: If you have enabled the monitored token feature, tokens that have a zero balance will still be included in the response.