Getting a list of wallet transactions

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

{
    "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"}]

}

Last updated