Skip to main content

Create a new wallet.

POST 

/operations/wallets

To create a new wallet with optional wallet name.

Request

Header Parameters

    x-transaction-uuid stringrequired

    The transaction ID is a UUID (v4) used to uniquely identify the object that will be created. All objects must have an identifier.

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the requisition. All requisitions must have an identifier.

Body

required
    name stringrequired

    Wallet name.

Responses

The wallet created successfully.

Schema
    id stringrequired

    Wallet id.

    name stringrequired

    Wallet name.

    default booleanrequired

    Wallet default flag.

    state stringrequired

    Possible values: [pending, active, deactivate]

    Wallet state.

    created_at date-timerequired

    Wallet created at.

Loading...