Skip to main content
GET
/
asset-symbols
/
Python
from artemis import Artemis

client = Artemis()
response = client.asset.list_asset_symbols()
print(response)
[
  {
    "artemis_id": "abstract",
    "symbol": "abstract",
    "coingecko_id": null,
    "title": "Abstract",
    "color": "#04db74"
  }
]

Response

200 - application/json

An unpaged list of assets with simplified metadata.

artemis_id
string
symbol
string
coingecko_id
string | null
title
string
color
string