cURL
curl --request GET \ --url https://api.truust.io/2.0/wallets \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "self": "<string>", "uuid": "<string>", "type": "<string>", "balance": 250, "currency": "EUR", "tag": "<string>", "metadata": {}, "created_at": "2023-11-07T05:31:56Z", "connections": {} } ] }
Returns a list of all wallets associated with the authenticated account.
Use your account's Secret Key as the Bearer token.
Page number for pagination.
x >= 1
Number of results per page.
1 <= x <= 100
List of wallets
Show child attributes