GET
/stablecoins/active-senders/over-time 5 Active-senders-over-time
Base URL
https://stablecoins.numia.xyz Parameters
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
time_range | string | No | — |
time_agg | string | No | — |
chain_id | string | No | — |
Code Samples
curl -X GET "https://stablecoins.numia.xyz/stablecoins/active-senders/over-time?time_range=<time_range>&time_agg=<time_agg>&chain_id=<chain_id>" \
-H "Authorization: Bearer YOUR_API_KEY"Responses
200 Status: 200
[
{
labels: string,
active_senders: array
}
]