# k256.xyz LLM Access K256 is the gateway to Solana liquidity. This file provides machine-readable entry points for REST and WebSocket docs. ## Discovery - Docs index JSON: https://k256.xyz/docs/index.json - OpenAPI 3.1: https://k256.xyz/docs/openapi.json - Docs index schema: https://k256.xyz/docs/schemas/docs-index.json - REST contract schema: https://k256.xyz/docs/schemas/rest-endpoint.json - WS contract schema: https://k256.xyz/docs/schemas/ws-topic.json ## Machine Contracts - REST contracts: follow `rest.endpoints[].contractUrl` from `/docs/index.json`. - WS contracts: follow `ws.channels[].contractUrl` from `/docs/index.json`. ## Auth - API execution uses header `X-API-Key: `. - Docs metadata routes are public and do not require authentication. ## Canonical Human Docs - REST playground: https://k256.xyz/docs/rest - WS playground: https://k256.xyz/docs/ws