Relictum Pro
KNOWLEDGE BASEFAQDEVELOPING
English
English
  • KNOWLEDGE BASE
    • Relictum Pro TESTNET
      • Terms and conditions of access to RELICTUM PRO TESTNET
      • Instructions for downloading and installing Android-based application
    • The essence of the project
      • What is Relictum Pro?
      • Mechanisms and principles of work
      • N-dimensional model of smart-contracts
      • Technical specifications
      • Advantages
      • Networking and nodes
    • Introduction
      • What is Blockchain?
    • Historical review of the industry
    • Problem
    • Solution. Proof of tsar
    • Review of competitors and comparison
    • Distinctive features and advantages
    • Applications. Social significance
    • Tokenomics/Economic component of the platform
    • Roadmap
    • Brief description
  • FAQ
    • Instructions
      • How to install Relictum Pro node on MacOS?
      • How to create an account in a Relictum Pro node on Mac OS?
      • How to copy a Relictum Pro wallet to Mac OS?
      • How to create an account in a Relictum Pro node on Android?
      • How to create an account in a Relictum Pro node on Windows?
      • Instructions for importing GTN tokens from your personal account to the node
      • How to launch white node
      • Enabling the Payment Gateway
    • Hot Answers
  • DEVELOPING
    • Relictum Finance
      • Callback
      • User verification
      • Status
      • Purchase
      • List of available merchants
    • Relictum Node (JSON RPC API)
      • General information / configuration
      • webapi version
      • New user registration
      • Login
      • Getting user information
      • Getting balance
      • Export private key
      • Import private key
      • Transfer
      • Getting transfer status
      • Getting a list of wallet transactions
    • Relictum Node API
Powered by GitBook
On this page
  1. DEVELOPING

Relictum Node API

Requests to work with Relictum Node for developers

* `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=GTN`
* `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=GTN`
* `http://localhost/api/account/?type=balance&token=GTN`
* `http://localhost/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=123412340`
* `http://localhost/api/transaction/?txid=2`
* `http://localhost/api/transaction/1`
* `http://localhost/api/transaction/?txhash=84cb3a400910149b4c082990a6d130a27556a82a17dfb300112adf3a4693e094`
* `http://localhost/api/transaction/84cb3a400910149b4c082990a6d130a27556a82a17dfb300112adf3a4693e094`

PreviousGetting a list of wallet transactions

Last updated 1 year ago