ChainId - TypeScript SDK

ChainId type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ChainId } from "@openrouter/sdk/models";
2
3let value: ChainId = 137;

Values

This is an open enum. Unrecognized values will be captured as the Unrecognized<number> branded type.

11 | 137 | 8453 | Unrecognized<number>