Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 343 Bytes

GET_WALLET_INFO.md

File metadata and controls

18 lines (13 loc) · 343 Bytes

Get Wallet Info

GET /api/wallet-info

Returns wallet info of user

Example

Request

GET http://localhost:3000/api/wallet-info

Response

{
  "address": "04d07b2a37a6dbae641a3b10f1e8d1eb2d72ef3614ad977be1f15ca78b1477f2b4b67d33412b9d29ec67df2c8da03ee25b3a5c1e7ce7be3e33e1f2a47091a58e84",
  "balance": 1015
}