NEW

Chainlink Data Streams have officially launched on mainnet. Sign up for early access.

Back

Chainlink Functions Service Limits

ItemDescriptionLimits
Supported languagesSupported language of the Source code that is submitted in the Chainlink Functions requestJavaScript compatible with Deno runtime and module imports
Maximum requests in flightThe maximum number of simultaneous Chainlink Functions requests that are not fulfilled yet by the DONLimited by the effective balance
Maximum callback gas limitThe maximum amount of gas that you can set for Chainlink Functions to fulfill your callback function300,000
Maximum subscriptionsMaximum subscriptions that you can createunbounded
Maximum consumer contracts per subscriptionThe maximum number of consumer contracts that you can add to a subscription100
Maximum duration of a request
(Request fulfillment timeout)
The maximum duration of a request is the time allowed for processing a Chainlink Functions request from start to finish, covering all steps such as reading from the chain, executing code, and posting back on chain. If processing takes longer, the request times out, and no charges are applied to your subscription for that request. In such cases, the initially locked estimated request costs must be manually requested to be returned to your subscription balance5 minutes
Maximum request sizeThe maximum size of a Chainlink Request. This includes the source code, arguments, and secrets30 kilobytes
Maximum returned value sizeThe maximum size of the value that your Function can return256 bytes
Maximum source code execution timeThe maximum amount of time that a source code can run10 seconds
Maximum memory allocated to the source codeThe maximum amount of memory allocated to your source code during execution128 megabytes
HTTP - Maximum queriesThe maximum number of HTTP requests that your source code can make5
HTTP - query timeoutThe maximum duration of an HTTP request before it times out9 seconds
HTTP - Maximum URL lengthLength of the HTTP URL2048 characters
HTTP - Maximum request lengthThe maximum size of an HTTP request, including the request body and HTTP headers30 kilobytes
HTTP - Maximum response lengthThe maximum size of an HTTP response2 megabytes
Max size of request payload CBORThe maximum size of an encoded request30 kilobytes
Don-hosted secrets - Maximum Time to live (TTL)The maximum duration for which a secret hosted on a DON remains valid before it gets deleted
  • Mainnets: 3 months (2160 hours)
  • Testnets: 3 days (72 hours)
External module imports - Maximum sizeThe maximum size in MB that each imported module can be10 MB
External module imports - Number of importsThe maximum number of external module imports allowed in each request100 imports

Stay updated on the latest Chainlink news