Create a new Wallet Set
POST {{baseUrl}}/developer/walletSets
Generate a developer controlled wallet set.
https://developers.circle.com/w3s/reference/createwalletset
Request Body
{"idempotencyKey"=>"{{$guid}}", "entitySecretCiphertext"=>"{{entitySecretCiphertext}}", "name"=>"treasury wallet set 1"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"data":{"walletSet":{"id":"018d42a6-a2ca-7d83-821a-f5230953b6f2","custodyType":"DEVELOPER","name":"treasury wallet set 1","updateDate":"2024-01-25T22:03:53Z","createDate":"2024-01-25T22:03:53Z"}}}