cURL
curl --request POST \ --url https://api.zenobank.io/api/v1/stores/{storeId}/wallets/evm \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "custodialType": "NON_CUSTODIAL", "walletAddress": "<string>" } '
External API Key
The type of custodial wallet this is
CUSTODIAL
NON_CUSTODIAL
"NON_CUSTODIAL"
Was this page helpful?