Returns detailed information about a specific asset (stock/security) identified by its symbol. Includes data such as current price, sector, market capitalization, description, CEO information, dividends, and the categories it belongs to.
GET
/
api
/
public
/
v1
/
assets
/
{symbol}
Get information about a specific asset
curl --request GET \ --url https://api.wallbit.io/api/public/v1/assets/{symbol} \ --header 'X-API-Key: <api-key>'