Was this helpful?
Fetches the payout wallet associated with the network
/account/payout-wallet
curl -L \ --url 'https://api.bringyour.com/account/payout-wallet' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "wallet_id": "text" }
Set an existing account wallet as the wallet to receive network payments.
udid
curl -L \ --request POST \ --url 'https://api.bringyour.com/account/payout-wallet' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
{}