支持币种信息查询

接口地址

https://api.yypay.io/open-api/coin/supportList

请求方式

GET

请求数据类型

application/json

请求头

响应参数:

参数名称
参数说明
类型
备注

code

状态码,0成功 500 错误

integer(int32)

data

数据对象

  chain

链名称

string

  coinName

币种名称

string

  coinUnit

币种符号

string

  minWithdrawalAmount

最小提现金额

decimal

  maxWithdrawalAmount

最大提现金额

decimal

  withdrawalFee

提现手续费

decimal

  supportPayStatus

代付开关

boolean

  supportCollectStatus

代收开关

boolean

msg

返回消息

string

success

是否成功

boolean

最后更新于