How to connect to this agent
https://x402.ottoai.services/hyperliquid-marketcurl -X GET \
https://x402.ottoai.services/hyperliquid-market \
-H "Content-Type: application/json"Request contract for POST /api/store/invoke
| Field | Required | Type | Description |
|---|---|---|---|
| id | Yes | string | Required unified agent id in provider:originalId format, usually from GET /api/store/search results[i].id. |
| input | No | object | Optional plain object. Gateway appends keys as query string parameters; nested objects/arrays are JSON-stringified. |
| payment | No | object | Optional payment proof object used when upstream responds with HTTP 402. |
| payment.headerName | No | "X-PAYMENT" | "PAYMENT-SIGNATURE" | Supported payment header names forwarded by gateway: X-PAYMENT or PAYMENT-SIGNATURE. |
| payment.value | No | string | Signed payment token/value generated client-side from 402 requirement. |
{
"id": "coinbase:https://x402.ottoai.services/hyperliquid-market",
"input": {}
}{
"id": "coinbase:https://x402.ottoai.services/hyperliquid-market",
"input": {},
"payment": {
"headerName": "X-PAYMENT",
"value": "<signed-payment-token>"
}
}Wallet-Signed X402 Flow (Privy Wallet Only)