Allnodes Docs
  • Allnodes API
  • Endpoints
    • Validator
    • Staking
    • Full Node
  • 1INCH NETWORK (1INCH)
    • Staking
  • AAVE (AAVE)
    • Staking
  • AVALANCHE (AVAX)
    • Validator
  • Dash (DASH)
    • Masternode
  • ETHEREUM (ETH)
    • Validator
    • Staking
  • Firo (FIRO)
    • Masternode
  • KUSAMA (KSM)
    • Kusama Staking
  • NEAR Protocol (NEAR)
    • NEAR Protocol Staking
  • PAC PROTOCOL (PAC)
    • Masternode
  • POLKADOT (DOT)
    • Polkadot Staking
  • POLYGON (POL)
    • Staking
  • SHIBA INU (SHIB)
    • Shiba Inu Staking
  • SOLANA (SOL)
    • Solana Staking
  • Syscoin (SYS)
    • Masternode
  • THE GRAPH (GRT)
    • The Graph Staking
  • TRON (TRX)
    • Tron Staking
Powered by GitBook
On this page

Was this helpful?

Allnodes API

Welcome to Allnodes API documentation, where you can access the right information for building on our API.

Our RESTful API allows you to perform actions available in the Allnodes portfolio programmatically. Currently, this API allows you to host and remove Dash, Firo, Syscoin nodes. Additional currencies and functions will become available in nearest future.

Authentication

To make an authenticated request, include a bearer-type Authorization header containing your TOKEN. All requests must be made over HTTPS.

curl -H "Authorization: Bearer $TOKEN" \
    -H "Content-Type: application/json" \
    -d '{...}' \
    -X POST "https://www.allnodes.com/api/v1/node"

NextValidator

Last updated 3 months ago

Was this helpful?