Response Formats
The Price Feed REST API exclusively supports JSON response formats. To specify the desired format, utilize the standard HTTP header Accept.
The JSON format is both lightweight and easily readable, making it the recommended choice for your requests.
Accept Header
Include the following Accept header in your request to receive data in JSON format: application/json
Compression
All APIs offer GZip compression when the appropriate headers are included. For instance: Accept-Encoding: gzip