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
  2. Relictum Node (JSON RPC API)

Getting a list of wallet transactions

PreviousGetting transfer statusNextRelictum Node API

Last updated 2 years ago

POST

{
    "auth": "722b821187d59a19d4a160bf03915704",
    "symbol": "USDR",
	"count": 5
}
success response:

{

"success":true,

"transfers":[

{"index":258,"amount":1,"date":"30.12.2021 10:25:28","address":"bUs6CEKRf4Msw8ExcVt7DFLSg5Ntx9H1","hash":"fe4168f17a9bcbc71f57ac0e81948a33200c443163c130615fcad7d775128e59"},

{"index":255,"amount":1,"date":"30.12.2021 10:25:26","address":"bUs6CEKRf4Msw8ExcVt7DFLSg5Ntx9H1","hash":"e47bb7332ef186611db774391c6935ca7af46ca6f6ab89d3df1cb9329b90f404"},

{"index":252,"amount":1,"date":"30.12.2021 10:25:23","address":"bUs6CEKRf4Msw8ExcVt7DFLSg5Ntx9H1","hash":"a395c94b84fe8cd693312b112237dec0dfc4e7a86ae45454b73fb5a05a9350ea"},

{"index":247,"amount":-1,"date":"30.12.2021 10:23:19","address":"bUs6CEKRf4Msw8ExcVt7DFLSg5Ntx9H1","hash":"e349c955d907c11e616bc00077800328b7d9304b67496e52c5bb161f98207a80"},

{"index":246,"amount":-1,"date":"30.12.2021 10:23:14","address":"bUs6CEKRf4Msw8ExcVt7DFLSg5Ntx9H1","hash":"c85437f3e3348a7fbfd6594a26560820f9a6d7da696885f74a5e0b5f8b2d5cd3"}]

}
http://127.0.0.1/api/user/transfer/view