account
Get Account Info
Get account metadata and current rate limit usage.
get/v1/account/info
Response
Successful Response
Example response
{
"spending_limit": 5000,
"rate_limits": {
"rpm": {
"usage": 12,
"limit": 100
},
"concurrency": {
"usage": 12,
"limit": 100
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.