POST
/
v1
/
wallets
curl --request POST \
  --url https://omnisafe.sandbox.ecrop.de/omni-safe/v1/wallets \
  --header 'Authorization: Bearer <token>'
{
  "insertDate": "2023-11-07T05:31:56Z",
  "modifyDate": "2023-11-07T05:31:56Z",
  "id": 123,
  "walletAddress": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

201 - application/json
The created wallet
insertDate
string
modifyDate
string
id
integer
walletAddress
string

The wallet's public address.