/app/depositmethods

获取入金方法

列出所有币种支持的入金方法。

1.默认情况下,如果没传递参数,此接口将返回适用于非欧洲用户的入金方式。

2.若提供了 uid 参数,接口将根据用户居住国家返回对应的入金方式。

3.若同时提供了 uidcountry_iso2_code 参数,系统将优先依据 uid 进行判断。


注意

若提供了 uid 参数,则校验该用户居住地是否为美国。若居住地非美国,则需过滤并隐藏所有 "currency": "USD" 记录。


返回值说明

字段名描述示例值类型
currency法币缩写USDstring
currency_name法币全称US Dollarstring
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
Query Params
string
required

指定用户的唯一标识符。user_id 为必填项。若该用户尚未通过审核,接口将不会返回银行账户信息。

string
Defaults to US

ISO 3166-1 alpha-2 standard codes

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json