Skip to main content

Create user sub-contract wallet

POST 

/user/create

Batch create user sub-contract wallets on all chains opened by the merchant.

Request

Body

required

User wallet creation form

    uuid stringrequired

    User UUID, usually used to associate with the user of the merchant system

Responses

OK

Schema

    code int32required

    Status code

    msg stringrequired

    Status message on success or error message on failure

    description string

    Detailed description when error

    data int32required

    User ID

Loading...