Last updated 1 year ago
API call used to retrieve all the wallets associated to the user.
GET https://app.dedit.io/api/v2/wallet
The above command returns a JSON structured as follows:
[ { "json": null, "active": true, "userId": 1390, "creationDate": 1673878646000, "name": "46JU5NYX3OHDRKETEHKVG42CKZSRNPLRW6VVWXYFPLHKVDLNBTMP6EM2YE", "lossDate": null, "walletType": "algorand" } ]
Content-Type
application/json
The content type of the request body
Authorization
Bearer $TOKEN
authentication token that is used to authorize access to an API