REST API DOCS
Client APIData Feed

Data Feed Provider Statistics

GET
/backend/api/v1/data_feed_providers/reporting/

Statistics for specific Data Feed Provider

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

origin?string

Response Body

application/json

curl -X GET "https://example.com/backend/api/v1/data_feed_providers/reporting/?origin=INX"
{  "message": "success",  "data": [    {      "name": "INX Digital",      "origin": "INX",      "logo": "/media/data_feed_provider_logo/the-inx-digital-company--600.png",      "total_quantity": 509752.72,      "total_value": 64344.45057,      "total_symbol": 10,      "total_trade": 180,      "latest_update": "2026-05-28T03:00:24.589235Z"    }  ],  "code": 200}