🖥️Monitoring

Get nodes

Method: GET

Query parameters

Ticker - string Node tickers separated by commas.

All available nodes right now: akt,algorand,apt,arbitrum,ardr,ark,atom,aurora,axl,base,band,bch,bnb,btc,btg,bsv,clo,coreum,cspr,dcr,dgb,divi,doge,dot,egld,eth,ethw,etc,fet,fil,flr,ftm,firo,grs,glmr,icx,inj,kava,kas,kmd,klay,ksm,lsk,ltc,linea,luna,lunc,matic,metis,miota,neo,near,ont,osmo,one,pls,pivx,qtum,rvn,rsk,shib,soli,strd,strk,sui,theta,tia,ton,tomo,trx,vetxdc,xec,xlm,xmr,xrd,xrp,xvg,zec,zeta,zksync

https://watcher.nownodes.io/api/v1.0/networks/status

Example response: 200

Copy

[
    {
        "ticker": "btc",
        "interfaces": [
            {
                "interface": "btcbook",
                "height": 885137,
                "heightDeviation": 0,
                "status": "ok"
            },
            {
                "interface": "btc",
                "height": 885137,
                "heightDeviation": 0,
                "status": "ok"
            },
            {
...

Last updated