Loading...
Create a new wallet for your network. You can then use it as a payout wallet by posting to /account/payout-wallet.
The blockchain associated with the address
The "SOL" or "MATIC" wallet address
We only support "USDC"
udid
const response = await fetch('https://api.bringyour.com/account/wallet', { method: 'POST', headers: { "Authorization": "Bearer <token>", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "wallet_id": "text" }