cURL
curl --request GET \ --url https://api.rem.money/v1/wallets/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "address": "<string>", "chain": "<string>", "balance": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Wallet details