{
  "x402Version": 2,
  "id": 3682,
  "slug": "3682",
  "resource": "https://library.proofivy.com/cryptoslate_list",
  "description": "Get list of all available CryptoSlate content URLs with their last updated dates",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x859af250DF0b68bfD0768cA22142a1AFa0aBEAF4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "type": "http"
        },
        "output": {
          "example": {
            "content_urls": [
              {
                "date": "2026-01-15",
                "slug": "bitcoin-article"
              },
              {
                "date": "2026-01-20",
                "slug": "ethereum-guide"
              }
            ],
            "instructions": "Get an article: POST /cryptoslate with JSON body {\"content_url\": \"<slug>\"}. Price: $0.01",
            "status": "success"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "content_urls": {
                    "items": {
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "slug": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "slug",
                        "date"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "instructions": {
                    "type": "string"
                  },
                  "status": {
                    "type": "string"
                  }
                },
                "required": [
                  "status",
                  "instructions",
                  "content_urls"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "library.proofivy.com",
  "lastUpdated": "2026-09-17T07:37:10.253Z",
  "quality": {
    "calls30d": 20,
    "uniquePayers30d": 11,
    "lastCalledAt": "2026-09-17T07:37:10.088Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "library.proofivy.com",
    "manifest_name": "library.proofivy.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}