Skip to main content
GET
/
user-management
/
v1
/
api
/
credits
/
allowance
Get a team's current credit allowance
curl --request GET \
  --url https://api.messari.io/user-management/v1/api/credits/allowance \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": {
    "creditsAllocated": 123,
    "endDate": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "isActive": true,
    "remainingCredits": 123,
    "startDate": "2023-11-07T05:31:56Z",
    "teamId": 123
  },
  "error": "<string>"
}

Overview

Returns the current API credit allowance for the authenticated user’s team, including usage limits and remaining credits. Use this endpoint to monitor your API consumption and avoid hitting rate limits.

Authorizations

X-Messari-API-Key
string
header
required

Response

Default response

data
object
required
error
string