The asset object
The Stellar asset code, e.g.
"USDC", "XLM", "EURC".Human-readable description of the asset, e.g.
"USD Coin".The Stellar public key of the canonical issuer for this asset.
null for native XLM, which has no issuer.This is the authoritative issuer your integration should reference — for example, Circle’s address for USDC. During one-time checkouts the DEX routes from any issuer the customer holds automatically, so you never need to resolve issuers yourself. For subscriptions, the smart contract uses this exact issuer.Array of image URLs for the asset logo.
List supported assets
GET /assets
Returns all assets enabled for your account’s environment (testnet or mainnet, determined by your API key).

