Skip to main content
POST
Run Chainlink Functions

Params

string
required
The blockchain network you want to run the function on
string
required
The source code of the function you want to run
array
default:"[]"
The arguments for the function, passed as an array of strings
string
default:"string"
The return type of the function, necessary to decode the result. Can be “string”, “uint256”, or “int256”

Response

object
boolean
Indicates whether the request was successful
string
The unique request ID assigned by Chainlink
string
The result of the function call, encoded as a hexadecimal string
string
The parsed result of the function call, decoded based on the return type
string
The error message, if any
string
The URL to the transaction details on the blockchain explorer

Chainlink Functions Tutorial

Learn how to integrate Chainlink Functions with 0xCord