> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockradar.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Miscellaneous API

> Retrieve supported assets, blockchains, and exchange rates.

The Miscellaneous API provides reference data about the Blockradar platform — the assets, networks, and exchange rates it supports. Use these endpoints to populate dropdowns, validate inputs, and keep your integration in sync with platform capabilities.

## What you can do

* List all supported assets across the platform
* List all supported blockchain networks
* Retrieve current exchange rates between assets

## Endpoints

| Method | Endpoint       | Description                 |
| ------ | -------------- | --------------------------- |
| `GET`  | `/assets`      | List all supported assets   |
| `GET`  | `/blockchains` | List all supported networks |
| `GET`  | `/rates`       | Get current exchange rates  |

<Card title="Full API Reference" icon="book" href="/en/api-reference/miscellaneous/get-assets">
  View all miscellaneous endpoints in the API Reference tab.
</Card>
