Search results

  1. H

    Connecting to the main net via the api. Need help

    Hi guys. I do not understand what settings to prescribe in the request. I want to connect to the mainnet. It turns out only to the testnet! const DAPIClient = require('@dashevo/dapi-client'); const client = new DAPIClient(); client.core.getBlockByHeight(879151) .then((response) =>...
Back
Top