Moonbase Docs

Get the list of all products

Get the list of all products.

GET
/products
NOVA-KEY<token>

In: header

NOVA-SECRET<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://api.moonbase.vn/products"
{
  "products": [
    {
      "id": "string",
      "display_name": "string",
      "display_base_asset_symbol": "string",
      "enabled": true,
      "visible": true,
      "post_only": true,
      "base_asset_symbol": "string",
      "quote_asset_symbol": "string",
      "base_increment": "string",
      "price_increment": "string",
      "min_order_size": "string",
      "volume_24h": "string",
      "quote_volume_24h": "string",
      "change_24h": "string",
      "high_24h": "string",
      "low_24h": "string",
      "last_price": "string",
      "price_band_variation_rate": "string"
    }
  ]
}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string",
      "property1": null,
      "property2": null
    }
  ]
}