Website
Official site
curl -sS -X POST https://api-frequency.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166 \-H 'Content-Type: application/json' \-d '{"id":1,"jsonrpc":"2.0","method":"chain_getBlockHash","params":[0]}'
import { ApiPromise, WsProvider } from '@polkadot/api';const provider = new WsProvider('wss://api-frequency.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166');const api = await ApiPromise.create({ provider });const hash = await api.rpc.chain.getBlockHash(0);console.log(hash.toHex());
from substrateinterface import SubstrateInterfacesubstrate = SubstrateInterface(url='wss://api-frequency.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166')block_hash = substrate.get_block_hash(block_id=0)print(block_hash)
package mainimport ("fmt"gsrpc "github.com/centrifuge/go-substrate-rpc-client/v4""github.com/centrifuge/go-substrate-rpc-client/v4/types")func main() {api, err := gsrpc.NewSubstrateAPI("wss://api-frequency.n.dwellir.com/1a4a621f-4f4a-432f-bcc3-76e741750166")if err != nil { panic(err) }var h types.Hashh, err = api.RPC.Chain.GetBlockHash(0)if err != nil { panic(err) }fmt.Println(h.Hex())}
The Frequency Project aims to build a higher degree of analysis, evaluation, and efficacy feedback in partnership for the greatest health and well-being of listeners. It supports and builds a community of scientists, biotech, physicians, frequency enthusiasts, music producers, and experts by establishing a single source of information. The project empowers and educates on the benefits of intentional frequency, offering audio and visual applications for frequency.
How many calls do you make per month?
and join other leading Web3 companies using Dwellir's infrastructure
© Copyright 2025 Dwellir AB