GET
/
api
/
v0
/
wallets
Get wallets for an app
curl --request GET \
  --url https://api.devdraft.ai/api/v0/wallets \
  --header 'x-client-secret: <api-key>'

Authorizations

x-client-secret
string
header
required

Your secret API key. Keep this secure and never expose it in client-side code.