TypeScript
const options = { method: 'POST', headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'}, body: JSON.stringify({coin: 'USDC_E'}) }; fetch('https://api.prudra.dev/wallets', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{}
Idempotently provisions the org’s legacy Tempo wallet for the given coin.
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
USDC_E
USDC
USDT
Wallet provisioned or returned
The response is of type object.
object