curl --location --request GET '/api/v1/currencies/stats' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>'{
"success": true,
"data": {
"totalCurrencies": 0,
"networkBreakdown": [
{
"network": "string",
"count": 0
}
],
"oldestUpdate": "2019-08-24T14:15:22.123Z",
"lastFetchTime": "2019-08-24T14:15:22.123Z"
}
}