Privacy API Reference
Privacy API Reference
Privacy Profiles API
macro_getCurrentProfile
const profile = await ethereum.request({
method: 'macro_getCurrentProfile'
});
// Returns:
// {
// name: 'Work',
// id: 'profile_xyz',
// color: '#3B82F6',
// type: 'work' // 'work' | 'degen' | 'anon' | 'custom'
// }VPN API
macro_getVPNStatus
macro_suggestVPN
Signing Policy API
macro_getSigningPolicy
macro_requestTransactionPreview
Privacy Mixer API
macro_getMixerStatus
macro_estimateMixerFee
Private Swap API
macro_estimatePrivateSwap
Best Practices
Last updated