Skip to main content
GET
/
data
/
STABLECOIN_SUPPLY
Fetch Stablecoin Supply
curl --request GET \
  --url https://data-svc.artemisxyz.com/v2/data/STABLECOIN_SUPPLY
{
  "data": {
    "usdc": {
      "STABLECOIN_SUPPLY": [
        {
          "date": "2023-01-01",
          "val": 5000000000
        }
      ]
    }
  }
}

Query Parameters

symbols
string
required

Chain symbols, comma-separated. Supports dash-separated syntax

startDate
string<date>
endDate
string<date>
granularity
enum<string>
Available options:
DAY,
WEEK,
MONTH
APIKey
string
required

Response

200 - application/json

Stablecoin Supply data

The response is of type any.