POST
/
api
/
deposit
/
getUserAddressIndependent
curl --request POST \
  --url https://waas2-out-api.powersafe-rel.cc/api/v1/api/deposit/getUserAddressIndependent \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-KEY: <x-api-key>' \
  --data 'data=LZKYO9srWIt8ZZFXV5ac8+BoKTFkAIbV0DwQnXcvall9hT......'
{
  "code": 0,
  "message": "",
  "data": "lnxefvPT30BtcV8W905IU1XBc/ppkcfwIOC2/OwCyPF0F+BHE20elLN5M...."
}

接口描述

获取用户存款地址接口,用于返回存款金额、链信息、收银台 URL 等。

Headers

Content-Type
string
required

必须设置为 application/x-www-form-urlencoded

X-API-KEY
string
required

平台分配的商户身份凭证

Example:

"53af2797-3eca-4412-b0cc-15273afe2d3e"

Body

application/x-www-form-urlencoded

Response

200
application/json

成功响应

The response is of type object.

POST
/
api
/
deposit
/
getUserAddressIndependent
curl --request POST \
  --url https://waas2-out-api.powersafe-rel.cc/api/v1/api/deposit/getUserAddressIndependent \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-KEY: <x-api-key>' \
  --data 'data=LZKYO9srWIt8ZZFXV5ac8+BoKTFkAIbV0DwQnXcvall9hT......'
{
  "code": 0,
  "message": "",
  "data": "lnxefvPT30BtcV8W905IU1XBc/ppkcfwIOC2/OwCyPF0F+BHE20elLN5M...."
}

接口描述

获取用户存款地址接口,用于返回存款金额、链信息、收银台 URL 等。

Headers

Content-Type
string
required

必须设置为 application/x-www-form-urlencoded

X-API-KEY
string
required

平台分配的商户身份凭证

Example:

"53af2797-3eca-4412-b0cc-15273afe2d3e"

Body

application/x-www-form-urlencoded

Response

200
application/json

成功响应

The response is of type object.