Run Chainlink Functions
Chainlink Functions
Run Chainlink Functions
API endpoint for running source code on the Chainlink oracle network
POST
Run Chainlink Functions
Documentation Index
Fetch the complete documentation index at: https://docs.0xcord.com/llms.txt
Use this file to discover all available pages before exploring further.
Params
The blockchain network you want to run the function on
The source code of the function you want to run
The arguments for the function, passed as an array of strings
The return type of the function, necessary to decode the result. Can be
“string”, “uint256”, or “int256”
Response
Indicates whether the request was successful
The unique request ID assigned by Chainlink
The result of the function call, encoded as a hexadecimal string
The parsed result of the function call, decoded based on the return type
The error message, if any
The URL to the transaction details on the blockchain explorer
Chainlink Functions Tutorial
Learn how to integrate Chainlink Functions with 0xCord

