File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ This library is intended to simplify the network aspect of data consumption for
2929| ✅ | Integration with ` urql ` | |
3030| ✅ | TypeScript support | with built-in GraphQL Codegen and ` TypedDocumentNode ` |
3131| ✅ | [ ` @live ` queries] ( ./live.md ) | Based on polling |
32+ | ✅ | [ x402 Pay-per-query] ( ../packages/x402/README.md ) | Query paid endpoints with automatic payment handling |
3233
3334> You can find an [ extended architecture design here] ( ./architecture.md )
3435
@@ -153,6 +154,7 @@ You can also refer to [examples directory in this repo](../examples), for more a
153154- - [ Parallel SDK calls] ( ../examples/cross-chain-sdk )
154155- - [ Parallel internal calls with schema extensions] ( ../examples/cross-chain-extension )
155156- [ Customize execution with Transforms (auto-pagination and auto-block-tracking)] ( ../examples/transforms )
157+ - [ x402 Pay-per-query (CLI, programmatic, and typed SDK)] ( ../examples/client-x402 )
156158
157159### Advanced Examples/Features
158160
You can’t perform that action at this time.
0 commit comments