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