NodeHub.io API Docs
Go to NodeHub.io
  • NodeHub.io API
  • Masternode Hosting API
    • REST API
      • Masternodes
      • Validators
      • Coins
      • Billing
      • Account
Powered by GitBook
On this page
  1. Masternode Hosting API
  2. REST API

Account

How to manage your NodeHub.io account via API.

Get account data

GET https://api.nodehub.io/v1/account

This endpoint returns account data of the current user.

Headers

Name
Type
Description

Authorization*

string

Authentication token you've generated in your account

{
  "balance": 468.89, 
  "email": "tolgahan@nodehub.io", 
  "referrer": null, 
  "username": "tolgahan", 
  "verified": true
}

PreviousBilling

Last updated 1 year ago