🔗 Console REST APIProducts

Get all products

Retrieves all available API products with pricing information. Use productName to limit the response to a single product by name or ID.

GET
/api/products
Authorization<token>

API Key is required to access the endpoints

In: header

Query Parameters

productName?string

Response Body

curl -X GET "https://api-console.apibricks.io/api/products"
[
  {
    "id": "FlatFiles",
    "name": "Flat Files API",
    "isApiProductType": true,
    "displayOrder": 4,
    "productLine": "CoinAPI",
    "skus": [
      {
        "id": "3aa478cc-94da-1542-bb61-54d74222ffe9",
        "name": "Data Transfer - OHLCV 1DAY - 1BROKER",
        "quotaValueDefault": 0,
        "prices": [
          {
            "id": "3aa478cc-94da-1542-bb61-54d74222ffe9",
            "description": "0.00 UC per byte",
            "beginRange": 0,
            "displayUnit": "Bytes",
            "pricePerUnitUSD": 0,
            "unitsToDisplayUnit": 1,
            "unitsToPriceUnit": 1
          }
        ]
      },
      {
        "id": "bfccbd32-162f-8048-b08c-f66e4732a585",
        "name": "Data Transfer - OHLCV 1HRS - 1BROKER",
        "quotaValueDefault": 0,
        "prices": [
          {
            "id": "bfccbd32-162f-8048-b08c-f66e4732a585",
            "description": "0.00 UC per byte",
            "beginRange": 0,
            "displayUnit": "Bytes",
            "pricePerUnitUSD": 0,
            "unitsToDisplayUnit": 1,
            "unitsToPriceUnit": 1
          }
        ]
      },
      {
        "id": "e5a2cb77-be9f-944d-9b6a-262ed4a9c1cb",
        "name": "Data Transfer - OHLCV 1MIN - 1BROKER",
        "quotaValueDefault": 0,
        "prices": [
          {
            "id": "e5a2cb77-be9f-944d-9b6a-262ed4a9c1cb",
            "description": "0.00 UC per byte",
            "beginRange": 0,
            "displayUnit": "Bytes",
            "pricePerUnitUSD": 0,
            "unitsToDisplayUnit": 1,
            "unitsToPriceUnit": 1
          }
        ]
      }
    ]
  }
]
Empty
Service StatusGitHub SDK