Skip to main content
GET
/
data
/
P2P_STABLECOIN_TRANSFER_VOLUME
Fetch P2P Stablecoin Transfer Volume
curl --request GET \
  --url https://data-svc.artemisxyz.com/v2/data/P2P_STABLECOIN_TRANSFER_VOLUME
{
  "data": {
    "sol": {
      "P2P_STABLECOIN_TRANSFER_VOLUME": [
        {
          "date": "2023-01-01",
          "val": 150000000
        }
      ]
    }
  }
}

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

P2P stablecoin volume data

The response is of type any.