> ## 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.

# 其他 API

> 查询支持的资产、区块链和汇率。

其他 API 提供 Blockradar 平台的参考数据——支持的资产、网络和汇率。使用这些端点填充下拉列表、验证输入，并使您的集成与平台功能保持同步。

## 功能概述

* 列出平台支持的所有资产
* 列出所有支持的区块链网络
* 查询资产之间的当前汇率

## 端点

| 方法    | 端点             | 描述        |
| ----- | -------------- | --------- |
| `GET` | `/assets`      | 列出所有支持的资产 |
| `GET` | `/blockchains` | 列出所有支持的网络 |
| `GET` | `/rates`       | 获取当前汇率    |

<Card title="完整 API 参考" icon="book" href="/zh/api-reference/miscellaneous/get-assets">
  在 API 参考选项卡中查看所有其他端点。
</Card>
