get
https://sandboxapi.legendtrading.com/app/depositmethods
获取入金方法
列出所有币种支持的入金方法。
1.默认情况下,如果没传递参数,此接口将返回适用于非欧洲用户的入金方式。
2.若提供了 uid 参数,接口将根据用户居住国家返回对应的入金方式。
3.若同时提供了 uid 和 country_iso2_code 参数,系统将优先依据 uid 进行判断。
注意
若提供了 uid 参数,则校验该用户居住地是否为美国。若居住地非美国,则需过滤并隐藏所有 "currency": "USD" 记录。
返回值说明
| 字段名 | 描述 | 示例值 | 类型 |
|---|---|---|---|
| currency | 法币缩写 | USD | string |
| currency_name | 法币全称 | US Dollar | string |
| currency_symbol | 法币符号(ISO标准) | $ | string |
| transfer_types | 支持的入金方式:包含电汇(wire)和ACH转账两种 | "wire": { "description": "电汇 Wire transfer", "arrival": "Arrives within 1-2 days" }, "ach": { "description": "Ach transfer", "arrival": "Arrives within 2-3 days" } | json object string |
