Skip to main content
GET
/
data
/
ARTEMIS_STABLECOIN_TRANSFER_VOLUME
Fetch Artemis-Filtered Stablecoin Transfer Volume
curl --request GET \
  --url https://data-svc.artemisxyz.com/v2/data/ARTEMIS_STABLECOIN_TRANSFER_VOLUME
{
  "data": {
    "eth": {
      "ARTEMIS_STABLECOIN_TRANSFER_VOLUME": [
        {
          "date": "2023-01-01",
          "val": 250000000
        }
      ]
    }
  }
}

Query Parameters

symbols
string
required

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

startDate
string<date>
endDate
string<date>
APIKey
string
required

Response

200 - application/json

Artemis-filtered stablecoin volume data

The response is of type any.