cURL
curl --request GET \ --url https://sandbox.onconsul.com/v1/external_wallets \ --header 'Authorization: Bearer <token>'
{ "data": [ { "address": "<string>", "chain": "ethereum", "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "name": "<string>", "status": "<string>" } ], "next_cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes