TypeScript
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}}; fetch('https://api.prudra.dev/wallet-infra/byo-wallets/{id}', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "id": "byw_abc123", "address": "0x...", "chain": "base", "isActive": true, "amlStatus": "pending", "name": "<string>", "supportedTokens": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z" }
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
BYO wallet
"byw_abc123"
"0x..."
"base"
pending
clear
flagged