The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { Metadata } from "@openrouter/sdk/models/operations";
let value: Metadata = {
chainId: 5773.31,
contractAddress: "<value>",
sender: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
chainId | number | :heavy_check_mark: | N/A |
contractAddress | string | :heavy_check_mark: | N/A |
sender | string | :heavy_check_mark: | N/A |