Fetch static wallet
Returns a static wallet address by walletId
Headers
Name
Type
Description
{
"walletId": "String"
}Name
Type
Description
{
"walletId": "String",
"monetary": "String",
"clientId": "String",
"successUrl": "String",
"failureUrl": "String",
"callbackUrl": "String",
"address": "String",
"minAmount": "String",
"isActive": "Boolean",
"payUrl": "String",
"qrBase64": "String"
}Last updated