Get TON storage providers deployed to the blockchain.
a list of storage providers
const response = await fetch('https://ton-open-api.nownodes.io/v2/storage/providers', { method: 'GET', headers: {}, }); const data = await response.json();
{ "providers": [ { "address": "0:FD595F36B4C1535BEC8461490D38EBB9AE3C38DD6ACE17CA63ABE2C6608BE159", "accept_new_contracts": true, "rate_per_mb_day": 50000000, "max_span": 604800, "minimal_file_size": 64, "maximal_file_size": 10485760 } ] }