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

Authorizations

Authorization
string
header
required

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

Response

Ethereum wallet information

type
string
required
usdcBalance
string
required
decimals
number
required