Fetch all known tokens
代币
获取所有已知代币
检索 LI.FI 支持的代币目录,并可按链或标签进行过滤。
GET
Fetch all known tokens
使用此端点可以列出当前 LI.FI 支持的代币。您可以组合多个筛选条件,只返回指定链或带有特定标签的代币。
过滤代币
链过滤
将chains 查询参数设置为以逗号分隔的链标识列表(例如 ETH,ARB,OP)。仅返回部署在这些网络上的代币。
标签过滤
使用tags 查询参数限制返回结果,仅包含具有特定 LI.FI 标签的代币。目前公开支持的标签只有 stablecoin。
链和标签过滤条件可以同时使用。响应中只包含满足所有条件的代币。
示例
获取完整代币列表
获取所有稳定币
获取 Arbitrum 网络的稳定币
未来可能会提供更多标签。目前仅支持
stablecoin。请求头
Authentication header, register in the LI.FI Partner Portal (https://portal.li.fi/ ) to get your API Key.
查询参数
Restrict the resulting tokens to the given chains
Restrict the resulting tokens to the given token tags (comma separated)
Restrict the resulting tokens to the given chainTypes. Available values: EVM, SVM, UTXO, MVM, TVM.
Filters results by minimum token price in USD. Minimum value for this parameter is 0. Defaults to 0.0001 USD.
响应
200 - application/json
The requested tokens

