cURL
curl --request GET \ --url https://api.bluum.finance/v1/assets/{asset_id}/logo \ --header 'Authorization: Basic <encoded-value>'
{ "symbol": "AAPL", "logo_url": "https://example.com/logos/AAPL.png" }
HTTP Basic Authentication using the API Key as username and API Secret as password.
"6c5b2403-24a9-4b55-a3dd-5cb1e4b50da6"
Logo URL data
"AAPL"
URL to the asset logo
"https://example.com/logos/AAPL.png"