The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { CallData } from "@openrouter/sdk/models/operations";
let value: CallData = {
deadline: "<value>",
feeAmount: "<value>",
id: "<id>",
operator: "<value>",
prefix: "<value>",
recipient: "<value>",
recipientAmount: "<value>",
recipientCurrency: "<value>",
refundDestination: "<value>",
signature: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
deadline | string | :heavy_check_mark: | N/A |
feeAmount | string | :heavy_check_mark: | N/A |
id | string | :heavy_check_mark: | N/A |
operator | string | :heavy_check_mark: | N/A |
prefix | string | :heavy_check_mark: | N/A |
recipient | string | :heavy_check_mark: | N/A |
recipientAmount | string | :heavy_check_mark: | N/A |
recipientCurrency | string | :heavy_check_mark: | N/A |
refundDestination | string | :heavy_check_mark: | N/A |
signature | string | :heavy_check_mark: | N/A |