zero_api_reference
Access the Zero Network API reference to integrate gRPC endpoints for crypto payments, x402 paywalls, and MCP pricing. Retrieve documentation for Send, GetTransfer, GetHistory, GetBalance, GetAccount, BridgeIn, BridgeOut, and GetBridgeStatus.
Instructions
Get the Zero Network API reference — all 8 gRPC endpoints: Send, GetTransfer, GetHistory, GetBalance, GetAccount, BridgeIn, BridgeOut, GetBridgeStatus.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- zero_mcp/server.py:604-606 (handler)The `zero_api_reference` tool handler returns the `API_REFERENCE` string, which contains documentation for the 8 Zero Network gRPC endpoints.
def zero_api_reference() -> str: """Get the Zero Network API reference — all 8 gRPC endpoints: Send, GetTransfer, GetHistory, GetBalance, GetAccount, BridgeIn, BridgeOut, GetBridgeStatus.""" return API_REFERENCE