TypeScript
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}}; fetch('https://api.prudra.dev/wallet-infra/master-wallets/{id}/child-addresses', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
[ { "id": "cad_xyz789", "address": "0x...", "derivationPath": "m/44'/60'/0'/0/1", "masterWalletId": "mwt_abc123", "name": "Customer A" } ]
Documentation IndexFetch the complete documentation index at: https://docs.prudra.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.prudra.dev/llms.txt
Use this file to discover all available pages before exploring further.
Your Prudra API key. Get one at dashboard.prudra.com/settings/api-keys
Child addresses
"cad_xyz789"
"0x..."
"m/44'/60'/0'/0/1"
"mwt_abc123"
"Customer A"