Skip to main content
GET
/
wallet
/
stacks
Get Stacks Wallet Information
curl --request GET \
  --url https://stacks.aboki.xyz/api/wallet/stacks \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "address": "<string>",
  "usdcxBalance": "<string>",
  "decimals": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Stacks wallet information

type
string
required
address
string
required
usdcxBalance
string
required
decimals
number
required