---
title: "Get available assets for specific price sources"
method: GET
path: "/collateral_management/price_sources"
tags: ["Collateral Management"]
---

# Get available assets for specific price sources

`GET /collateral_management/price_sources`

Permissions required: **Read vault activity**


Returns the assets (trading pairs) available for specific price sources (exchanges).
This endpoint queries live price data from the Kafka cache and returns supported exchanges.

Optionally filter by a specific exchange using the 'exchange' query parameter.

## Query parameters

- `exchange` 'COINBASEPRO' | 'KRAKEN' | 'KAMINO' | 'BINANCE' — This field specifies the source from which the price information is derived

## Response `200`

Price sources with their available assets

- CMPriceSourcesResponse — Response containing price sources and their available trading pairs
  - `priceSources` CMPriceSourceAssets[], required — List of price sources (exchanges) with their available assets
    - `assets` string[], required — List of available trading pairs (e.g., BTC-USD, ETH-USD)
    - `priceSource` 'COINBASEPRO' | 'KRAKEN' | 'KAMINO' | 'BINANCE', required — This field specifies the source from which the price information is derived
    - `strategies` CMPriceStrategy[], required — List of available pricing strategies for this exchange

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Requested exchange is not available or not in the supported list
- `429` — Too Many Requests
- `500` — Internal Server Error
- `501` — Not Implemented - collateral management price sources feature is disabled

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
