Skip to main content
GET
/
api
/
public
/
v1
/
assets
List available assets
curl --request GET \
  --url https://api.wallbit.io/api/public/v1/assets \
  --header 'X-API-Key: <api-key>'
{ "data": [ { "symbol": "AAPL", "name": "Apple Inc.", "price": 175.5, "asset_type": "Stock", "exchange": "NASDAQ", "sector": "Technology", "market_cap_m": "2750000", "description": "Apple Inc. designs, manufactures...", "logo_url": "https://static.atomicvest.com/AAPL.svg" } ], "pages": 15, "current_page": 1, "count": 150 }

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

X-API-Key
string
header
required

API Key authentication. Obtain your API key from the Wallbit dashboard under Settings → API Keys.

Query Parameters

category
enum<string>

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: 100
Example:

"Apple"

page
integer
default:1

Page number

Required range: x >= 1
Example:

1

limit
integer
default:10

Assets per page (max: 50)

Required range: 1 <= x <= 50
Example:

20

Response

Assets list retrieved successfully

data
object[]
pages
integer

Total number of pages

current_page
integer

Current page number

count
integer

Total number of assets