Get the balance of the corresponding 302.AI account
This interface requires permissions to open the corresponding API KEY

Price: Free Request Code Samples
curl --location --request GET 'https://api.302.ai/dashboard/balance' \
--header 'Authorization: Bearer '
Responses
application/json {
"data": {
"balance": "1.01"
}
}
Modified at 2026-01-13 10:22:37