Get Supported Wallets

Get supported wallets

GET /supportedWallets

Facades PUBLIC

Note:
this endpoint uses the “public” facade and does not require a token

HTTP Request

To fetch the list of supported wallets and supported currency details

$supportedWallets = $bitpay->getSupportedWallets();

Response body fields

NameDescriptionType
keya unique identifier for the walletstring
displayNamehuman readable display name for the walletstring
avatarfilename of a wallet graphic (not fully qualified)string
payProwhether or not the wallet supports ANY BitPay Payment Protocol optionsboolean
currenciesdetails of what currencies support payments for this walletobject
codeidentifying code for the currencystring
p2pindicates that this is a peer to peer (p2p) payment method (as opposed to payment protocol)boolean
dappBrowserindicates that this payment method operates via a browser plugin interacting with the invoiceboolean
withdrawalFeecustodial wallet withdrawal feestring
walletConnectwhether or not this wallet supports walletConnectboolean
payProwhether or not BitPay Payment Protocol is supported on this particular currency optionboolean
qrobject containing QR code related information to show for this payment methodobject
typethe type of QR code to use (ex. BIP21, ADDRESS, BIP72b, BIP681, BIP681b, etc)string
collapsedUI hint for BitPay invoice, generally not relevant to customer integrationsboolean