Commodities.APISED

Supported Currencies

This endpoint retrieves the list of supported currencies

GET/v1/supported-currencies

Query Parameter(s)

searchoptional
Search avaliable currencies that are supported using codes or names

Example Request

  • Axios
  • Native
  • Request
  • Unirest
1

Supported Commodities

This endpoint retrieves the list of supported commodities

GET/v1/supported-commodities

Query Parameter(s)

searchoptional
Search avaliable commodities that are supported using codes or names

Example Request

  • Axios
  • Native
  • Request
  • Unirest
1

Market Data

This endpoint makes an HTTP GET request to retrieve market data for various commodities. The request includes a list of symbols and the base currency. The response contains the success status, any errors, the base currency, and the market data for each symbol including open, high, low, previous, and current values.

GET/v1/market-data

Query Parameter(s)

symbolsoptional
Comma seperate values from supported symbols list.
base_currencyoptional
desired currency for pricing information

Example Request

  • Axios
  • Native
  • Request
  • Unirest
1

Latest

This endpoint makes an HTTP GET request to retrieve the latest commodity rates for various symbols in the specified currency. The request includes the symbols of the commodities and the base currency. The response contains the success status, any errors, the base currency, and the rates for each commodity symbol in the specified base currency.

GET/v1/latest

Query Parameter(s)

symbolsoptional
Comma seperate values from supported symbols list.
base_currencyoptional
desired currency for pricing information

Example Request

  • Axios
  • Native
  • Request
  • Unirest
1