cURL
curl --request GET \ --url https://api.bluum.finance/v1/assets \ --header 'Authorization: Basic <encoded-value>'
[ { "id": "6c5b2403-24a9-4b55-a3dd-5cb1e4b50da6", "class": "us_equity", "market": "<string>", "symbol": "<string>", "name": "<string>", "status": "<string>", "tradable": true, "fractionable": true } ]
HTTP Basic Authentication using the API Key as username and API Secret as password.
Filter by asset class.
us_equity
crypto
Filter for assets that are currently tradable.
List of assets
"6c5b2403-24a9-4b55-a3dd-5cb1e4b50da6"