GET/v1/balance
Headers
Get your API keyx-api-key*stringheader
API key (`sfk_...`)
Response fields
6
Endpoint-specific response payload.
databalance
integer
Current credit balance for the authenticated API user.
≥ 0
Metadata describing the request and billing outcome.
metarequestId
string
Unique request identifier for tracing this API call.
min 1 chars
metacreditsCharged
integer
Credits charged for this request.
≥ 0
metaversion
string
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/balance" \
-H "x-api-key: YOUR_API_KEY"Responses
OK