Qchain
English
English
  • KNOWLEDGE BASE
    • Introduction to Qchain
    • Getting Started
    • How to run QChain node?
    • Instructions
      • How to install QNode on Linux
      • How to send tokens to staking
      • How to import an account
      • How to change the storage size
      • How to install Qnode on Andriod and register an account.
      • How to create a repository
      • How to transfer tokens between accounts
      • How to create your own token
      • How to send a file to the storage
    • Video instructions
      • How to import an account into Qchain node
      • Qchain. Import and Export of private key
      • Qchain installation Mac OS
      • Installation Qchain Node on Android
      • How to install a Qnode on Windows and register an account
    • Our tokens
    • Our products
    • Developing
      • Node API
      • Node account API
        • Export and import operations
        • Registering a new user
        • Registering a new user (2)
        • User login
        • Getting an address
        • Getting a balance
        • Getting a private key
        • Import a private key
        • Transfer
        • Request for transfer status
        • Request for list of transfers
        • Staking-Stake
        • Staking-Unstake
      • QTreasure API
        • Registration
        • List of payment gateways
        • Status payment
        • Payments
        • Purchase
        • Transaction fields
        • Transaction types
        • Transaction statuses
        • Callback response
Powered by GitBook
On this page
  1. KNOWLEDGE BASE
  2. Developing

Node API

* `http://localhost/api/v`
* `http://localhost/api/account/<none|id|address>?type=<transactions|balance>&count=<number>&page=<number>&token=<symbol>`
* `http://localhost/api/account/0?type=transactions&count=3&token=QDT`
* `http://localhost/api/account/1?type=transactions`
* `http://localhost/api/account/?type=balance`
* `http://localhost/api/account/fJgElq2WvcSncsfNgKhFmr3XwdTodtgR?type=balance`
* `http://localhost/api/account/1?type=balance&token=QDT`
* `http://localhost/api/account/?type=balance&token=QDT`
* `http://212.8.240.90/api/transactions/count`
* `http://localhost/api/transactions`
* `http://localhost/api/transactions/10`
* `http://localhost/api/transactions/?count=3&page=1`
* `http://localhost/api/chains`
* `http://localhost/api/chains/<chain_name>?count=30&page=2`
* `http://localhost/api/chains/master?count=30&page=2`
* `http://localhost/api/node/1`
* `http://localhost/api/node/?identity=1234567890`
* `http://localhost/api/transaction/?txid=2`
* `http://localhost/api/transaction/2`
* `http://localhost/api/transaction/?txhash=b3f1e1745fe5ea4fb74d602e7451206e1ab54aa75437655eee11246972be6844`
* `http://localhost/api/transaction/b3f1e1745fe5ea4fb74d602e7451206e1ab54aa75437655eee11246972be6844`
* `http://localhost/api/staking`
PreviousDevelopingNextNode account API

Last updated 1 year ago