# Get My Info
Source: https://docs.twitterapi.io/api-reference/endpoint/get_my_info
## Endpoint
- Method: `GET`
- Path: `/oapi/my/info`
- API URL: `https://api.twitterapi.io/oapi/my/info`
## Description
Get my info
## Example (curl)
```bash
curl --request GET \
--url https://api.twitterapi.io/oapi/my/info \
--header 'X-API-Key: <api-key>'
```
## Example Response
```json
{
"recharge_credits": 123
}
```
_Scraped at: 2025-12-18T10:06:18.865Z_