Request available coins to pay the amount via the link
payLink id, check amount
OK
const response = await fetch('//api.client.nbcgate.tech/api/pay/pay-link/coins', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "amount": 0, "id": 0 }), }); const data = await response.json();
[ { "available": false, "chain_id": 0, "chain_id_interior": 0, "code": "text", "coin_code": "text", "conservation_percent": 0, "contract_address": "text", "id": 0, "min_amount": 0, "name": "text", "rpc_url": "text" } ]