List available assets
Assets
List Assets
Returns a paginated list of assets (stocks/securities) available for trading. You can filter by category and search by symbol, name, or keywords. Results are ordered by priority, market cap, and ID.
GET
List available assets
Documentation Index
Fetch the complete documentation index at: https://developer.wallbit.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Obtain your API key from the Wallbit dashboard under Settings → API Keys.
Query Parameters
Asset category
Available options:
MOST_POPULAR, ETF, DIVIDENDS, TECHNOLOGY, HEALTH, CONSUMER_GOODS, ENERGY_AND_WATER, FINANCE, REAL_ESTATE, TREASURY_BILLS, VIDEOGAMES, ARGENTINA_ADR Example:
"TECHNOLOGY"
Search by symbol, name or keywords
Maximum string length:
100Example:
"Apple"
Page number
Required range:
x >= 1Example:
1
Assets per page (max: 50)
Required range:
1 <= x <= 50Example:
20

