Get Stellar NFT holdings
POST
https://api.g.alchemy.com/data/stellar/nfts
Returns NFTs held by an account. Filtering is exclusive: set contractId to restrict to a Soroban contract, or assetCode + assetIssuer to restrict to a classic asset. Setting both is rejected.
Headers
stringrequired
Your Alchemy API key, sent as a Bearer token (e.g. Bearer your-api-key).
Request Body
Responses
200
NFT holdings.
400
The request was malformed or failed validation.
401
Missing or invalid API key.
Was this page helpful?