Skip to main content
GET
/
data
/
STABLECOIN_DAU
Fetch Stablecoin DAU (Daily Active Users)
curl --request GET \
  --url https://data-svc.artemisxyz.com/v2/data/STABLECOIN_DAU
{
  "data": {
    "eth": {
      "STABLECOIN_DAU": [
        {
          "date": "2023-01-01",
          "val": 123456
        }
      ]
    }
  }
}

Query Parameters

symbols
string
required

Chain symbols, comma-separated. Supports dash-separated syntax (e.g., "eth,usdc-eth,mev-usdc")

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

Response

200 - application/json

Stablecoin DAU data

The response is of type any.