cURL
curl --request GET \ --url https://stacks.aboki.xyz/api/wallet/ethereum \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "usdcBalance": "<string>", "decimals": 123 }
Retrieves USDC balance and wallet information for the configured Ethereum account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ethereum wallet information