cURL
curl --request POST \ --url https://testnet.walletkit.com/wallets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "network": "Polygon", "name": "My Wallet", "owner_id": "58c9095e-24db-43eb-b49d-b78f72573a29", "control_mode": "developer", "developer_secret": "testnet-secret" }'
{ "id": "5884bd1d-ecb3-41ea-bcc7-e9e3d229618f", "created_at": "2023-07-21T22:03:16Z", "network": "Polygon", "name": "Joe's wallet", "owner_id": "58c9095e-24db-43eb-b49d-b78f72573a29", "address": "0x976Cf57B7EE1D84E73BE9115457889d49a8A1335" }
Creates a wallet with provided metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object