API Guide基础接口Coin Info本页总览Coin Info CryptoCoinInfo 类用于描述加密货币信息。 类型集 export enum Type { bitcoin = 0, ethereum = 60,}export enum Network { mainnet, testnet,} 参数说明 字段值类型用途Typeenum币种编号,例如 bitcoin = 0、ethereum = 60Networkenum网络环境,例如 mainnet 或 testnet UR例子 ur:crypto-coin-info/xxxxx