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
  3. Node account API

Request for list of transfers

POST http://127.0.0.1/api/access/transfer/list

{ 
	"token": "4bdd8022e70b8af49e871f38c80917de",
	"symbol": "QDT",
  	"count": 5
}

success response:

{
"success":true,
"transfers":[
	{"index":1759,"amount":1,"date":"05.01.2022 13:21:15","address":"qfN22ArCWPb7MxpargP33BsDXRc8Nyvh","hash":"2ac88be9546bb7d0e2c9c63adeb1025fc6e4605e3bbbe7b9c65c1ba8108c45b4"},
	{"index":1758,"amount":-1,"date":"14.11.2021 19:36:42","address":"qfN22ArCWPb7MxpargP33BsDXRc8Nyvh","hash":"7a3413a92ec9048a16776e049283305a22adcf12fea39045735c3b0fb5d4a2c7"},
	{"index":1757,"amount":-1,"date":"14.11.2021 19:36:42","address":"qfN22ArCWPb7MxpargP33BsDXRc8Nyvh","hash":"b3b402e967937018e28465490772d2fac1afa63f24a53f6a89427d5055e9f173"},
	{"index":1756,"amount":-3,"date":"14.11.2021 0:55:24","address":"qfN22ArCWPb7MxpargP33BsDXRc8Nyvh","hash":"81bd6f192e00801000ee7bd4ef759d6283459ec60f10adc1b108c2dbd4695bcd"},
	{"index":1755,"amount":-1,"date":"14.11.2021 0:55:24","address":"qfN22ArCWPb7MxpargP33BsDXRc8Nyvh","hash":"0a1290a3dd7afa12373917cb66fd6b5331da56076faa6c814bdb4aec5149ec2b"}]
}

fail response:

fail response: {"success":"false","error":"not authorized"}
PreviousRequest for transfer statusNextStaking-Stake

Last updated 1 year ago