Docs · guides

Integration guides

Every guide is the same call: POST https://flexyield.io/rpc/<chain> with Authorization: Bearer fy_…. Pick your client.

For developers

For developers
ClientLanguageWhat it shows
viemTypeScriptThe default TypeScript client for EVM chains — one transport with the bearer header.
ethers v6TypeScriptJsonRpcProvider with a FetchRequest that carries the key.
web3.pyPythonHTTPProvider with request headers.
Solana web3.jsTypeScriptConnection with httpHeaders against the Solana mainnet slug.
Plain HTTP (Python)PythonNo client library — the raw JSON-RPC call every guide reduces to.

For AI agents

For AI agents
ClientLanguageWhat it shows
LangChain toolPythonA tool your agent can call for any JSON-RPC method on any served chain.
CrewAI toolPythonThe same tool shape for a CrewAI crew.
OpenAI Agents SDKPythonA function tool for the Agents SDK.
MCP clients (Claude Code, Cursor, others)JSONConnect the gateway as an MCP server — every capability as a tool, no code.

Methods and limits · chains · full docs.