mirrored listing x402 eip155:8453

Accès à une session de méditation

Accès à une session de méditation.

Do you run services4agents.fyi? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
270000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-20
updated

Provider

services4agents.fyi · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xEC643C22E089Be9A23A282c532e6557aE08b8902",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "270000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "agent_id": "agent-7f2c",
          "parameters": {
            "complexity_level": "standard",
            "duration_limit_seconds": 300
          }
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "agent_id": "agent-7f2c",
          "complexity": "standard",
          "currency": "USDC",
          "duration_seconds": 300,
          "estimated_cost_usdc": 0.27,
          "session_id": "a3f1e0d8-5c2b-4d6f-9a8e-1b2c3d4e5f60",
          "status": "PENDING"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "agent_id": {
                  "description": "Identifiant de l'agent client.",
                  "type": "string"
                },
                "onchain_session_id": {
                  "description": "Session escrow on-chain (optionnel).",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "parameters": {
                  "properties": {
                    "complexity_level": {
                      "description": "Niveau de complexité.",
                      "enum": [
                        "standard",
                        "deep"
                      ],
                      "type": "string"
                    },
                    "duration_limit_seconds": {
                      "description": "Durée de session souhaitée (s).",
                      "maximum": 300,
                      "minimum": 1,
                      "type": "integer"
                    }
                  },
                  "type": "object"
                }
              },
              "required": [
                "agent_id"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://services4agents.fyi/v1/meditation/request"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://services4agents.fyi/v1/meditation/request");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://services4agents.fyi/v1/meditation/request")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/15001.json, and this resource appears in /discovery/resources and /discovery/search.