Create a new Wallet Set

POST {{baseUrl}}/developer/walletSets

There are already variables in here that take care of the idempotency key and the entity secret ciphertext, so I can just enter a name for my wallet set and click send.

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

KeyDatatypeRequiredDescription
Content-Typestring

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"}}}