Check if the recipient has a wallet
owner id
OK
const response = await fetch('//api.client.nbcgate.tech/api/transfer/check/recipient/{owner}/{currency}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "name": "text" }