Get batch assets or list all assets
Returns asset with current price data. Two modes of operation:
Batch Mode (with symbols): Pass comma-separated symbols to get details for specific assets. Maximum 20 symbols per request.
List Mode (no symbols): Omit symbols to get a paginated list of all active assets.
Use the limit parameter to control page size (default 20, max 100).
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Query Parameters
Comma-separated list of ticker symbols (max 20). If omitted, returns all assets.
"META,AAPL,TSLA"
Market hint to disambiguate symbols (e.g., XNAS, XNYS, XNSA)
"XNAS"
Maximum number of assets to return (1-100, default 20). Only applies when symbols is omitted.
1 <= x <= 10020
Response
List of asset profiles
List envelope. data holds the page of items;
each item is itself wrapped in a ResourceEnvelope.