Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
CreateChargeRequest method reference
import { CreateChargeRequest } from "@openrouter/sdk/models"; let value: CreateChargeRequest = { amount: 100, sender: "0x1234567890123456789012345678901234567890", chainId: 1, };
amount
sender
chainId