https://api.apifreaks.com/v1.0/commodity/rates/latest
$ pip install requests
Click Test it to start the request and see the response here!
Field | Type | Requirement | Description |
---|---|---|---|
success | Boolean | Mandatory | API request success indicator. "true" for successful requests. |
timestamp | Number | Mandatory | Unix timestamp indicating when the response was generated. |
rates | Map | Mandatory | Map containing rate data for all the requested commodities. |
metadata | Map | Mandatory | Map containing detailed information for all the requested commodities. |
metadata.[SYMBOL] | Map | Mandatory | Map containing detailed information for the specified commodity. |
metadata.[SYMBOL].unit | String | Mandatory | Unit of the respective commodity. |
metadata.[SYMBOL].quote | String | Mandatory | Quote currency of the respective commodity. |