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