Get TRX Price Data Sources
1. Overview & Typical Use
Returns the list of available data sources for TRX price data.
- Typical use: retrieving available price data sources to pass as the
sourceparameter to “Get TRX Historical Price/Volume/Market Cap”. - When not to use: to directly query TRX price data use “Get TRX Historical Price/Volume/Market Cap”.
2. Endpoint & Authentication
GET /api/trx/volume/sourceList
For Base URL and authentication, see Common Network & Authentication.
3. Request
Fields
No parameters required.
4. Response
Fields
| Content | Type | Required | Description | Unit/Precision |
|---|---|---|---|---|
| (array) | string[] | Required | List of data source names | — |
5. Errors
For HTTP status codes, see Common Errors. Notes for this endpoint:
- This endpoint is used only to obtain the list of available sources; pass the returned values as the
sourceparameter to/api/trx/volume.
Last updated on: