跳到主要内容

创建用户子合约钱包

POST 

https://api.utcpay.com/api/mer/user/create

在商户开通的所有链上批量创建用户子合约钱包。

Request

Body

required

创建用户子合约钱包请求体

    uuid stringrequired

    用户 UUID,通常用来与商户系统的用户做关联

Responses

OK

Schema

    code int32required

    状态码

    msg stringrequired

    成功或错误提示

    description string

    错误提示详情

    data int32required

    用户 ID

curl -L -X POST 'https://api.utcpay.com/api/mer/user/create' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-PAY-KEY: <API_KEY_VALUE>' \
-H 'X-PAY-TIMESTAMP: <API_KEY_VALUE>' \
-H 'X-PAY-SIGN: <API_KEY_VALUE>' \
--data-raw '{
"uuid": "string"
}'
Request Collapse all
Base URL
https://api.utcpay.com/api/mer
Auth
required
required
Body required
{
  "uuid": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!