OptiSigns · Rate Limits

Optisigns Rate Limits

OptiSigns serves a single GraphQL endpoint at https://graphql-gateway.optisigns.com/graphql, authenticated per API key. OptiSigns does not publish specific numeric rate limits (requests per minute/second or query complexity budgets) in its public developer docs. The developer materials note error handling and pagination as first-class concerns, which implies server-side throttling and paged result sets, but exact limits are not documented. Treat limits as unconfirmed and design clients defensively.

Optisigns Rate Limits is the machine-readable rate-limit profile for OptiSigns on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests, query_cost, and items.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Digital Signage, Screens, GraphQL, Rate Limiting, and Quotas.

3 Limits Throttle: 429
Digital SignageScreensGraphQLRate LimitingQuotasThrottling

Limits

GraphQL Requests api_key
requests
see provider documentation
OptiSigns does not publish a numeric request rate limit; assume server-side throttling per API key.
Query Complexity api_key
query_cost
see provider documentation
No published GraphQL query-complexity or depth budget; large queries should use pagination.
Result Pagination request
items
paginated
The docs describe pagination as a first-class concern; list queries return paged connections rather than unbounded sets.

Policies

Pagination
Use cursor/page arguments on list queries; do not request unbounded result sets.
Error Handling
Handle GraphQL errors and HTTP 429 responses; implement exponential backoff with jitter on throttling.
Plan Entitlement
API access itself is gated by plan (Pro Plus and higher); a 401/403 typically indicates a missing entitlement or invalid key rather than a rate limit.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/optisigns-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.