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

Headers

X-WalletKit-Project-ID
string
required

Your WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

The response is of type object.