Credits Balance
Check Credits Balance
curl
1curl -X GET 'https://translated.best/api/v1/me' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json'
Response
- balance - Number - Credits Balance
Check Credits Balance
1curl -X GET 'https://translated.best/api/v1/me' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json'