{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-mflo-ai-api-datasets-crypto-prices",
  "title": "mflo.ai \u00b7 Crypto Prices Dataset",
  "url": "https://api.mflo.ai/api/datasets/crypto-prices",
  "category": "data",
  "summary": "Request access to structured cryptocurrency price datasets with flexible format delivery.",
  "seo": {
    "title": "Crypto Prices Dataset API | x402 Data Access",
    "description": "Access cryptocurrency price datasets via x402 micropayments. Historical and live price data for AI analysis. 0.01 USDC per call on Base."
  },
  "use_cases": [
    "Backtest trading strategies on historical price data",
    "Train machine learning models on market patterns",
    "Generate research reports with verified price histories",
    "Feed real-time price streams into risk management systems"
  ],
  "ideal_buyer": "Quantitative researchers, algorithmic traders, and AI agents requiring structured crypto price data for analysis and model training.",
  "example_prompt": "Get daily OHLCV data for ETH-USD from 2024-01-01 to 2024-06-30 in CSV format",
  "example_request_body": {
    "pairs": [
      "ETH-USD"
    ],
    "format": "text/csv",
    "endDate": "2024-06-30",
    "interval": "1d",
    "startDate": "2024-01-01"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x448ed823e8058b171377de0f42d267417d0e3c1e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 120,
      "mime_type": "application/json",
      "description": "Request dataset access - Payment required (pricing varies by provider)",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "parameters": {
              "type": "object",
              "required": false,
              "properties": {
                "format": {
                  "type": "string",
                  "description": "Response format"
                },
                "period": {
                  "type": "string",
                  "description": "Time period for data"
                },
                "symbol": {
                  "type": "string",
                  "description": "Financial instrument symbol"
                }
              },
              "description": "Request parameters specific to the dataset"
            }
          },
          "queryParams": {
            "period": {
              "enum": [
                "1d",
                "5d",
                "1mo",
                "3mo",
                "6mo",
                "1y",
                "2y",
                "5y",
                "10y",
                "ytd",
                "max"
              ],
              "type": "string",
              "required": false,
              "description": "Time period for historical data"
            },
            "symbol": {
              "type": "string",
              "required": false,
              "description": "Financial instrument symbol (e.g., AAPL, BTC-USD)"
            },
            "interval": {
              "enum": [
                "1m",
                "2m",
                "5m",
                "15m",
                "30m",
                "60m",
                "90m",
                "1h",
                "1d",
                "5d",
                "1wk",
                "1mo",
                "3mo"
              ],
              "type": "string",
              "required": false,
              "description": "Data interval"
            }
          },
          "headerFields": {
            "Accept": {
              "enum": [
                "application/json",
                "text/csv",
                "application/xml"
              ],
              "type": "string",
              "required": false,
              "description": "Accepted response format"
            },
            "X-Payment": {
              "type": "string",
              "required": false,
              "description": "Base64-encoded payment authorization for paid endpoints"
            },
            "Content-Type": {
              "enum": [
                "application/json",
                "application/x-www-form-urlencoded"
              ],
              "type": "string",
              "required": false,
              "description": "Content type of the request"
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "success"
          ],
          "properties": {
            "data": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "price": {
                    "type": "number"
                  },
                  "symbol": {
                    "type": "string"
                  },
                  "timestamp": {
                    "type": "string",
                    "format": "date-time"
                  }
                }
              }
            },
            "error": {
              "type": "string",
              "required": false,
              "description": "Error message if request failed"
            },
            "success": {
              "type": "boolean",
              "description": "Indicates if the request was successful"
            },
            "metadata": {
              "type": "object",
              "properties": {
                "provider": {
                  "type": "string"
                },
                "datasetId": {
                  "type": "string"
                },
                "timestamp": {
                  "type": "string",
                  "format": "date-time"
                }
              }
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-mflo-ai",
    "host": "api.mflo.ai",
    "title": "mflo.ai API",
    "description": "API endpoints hosted on mflo.ai. No public documentation available from the homepage.",
    "url": "https://api.mflo.ai",
    "favicon": "https://mflo.ai/favicon/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-mflo-ai-api-datasets-crypto-prices",
    "url": "https://x402all.com/resource/api-mflo-ai-api-datasets-crypto-prices",
    "name": "mflo.ai \u00b7 Crypto Prices Dataset",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-mflo-ai-api-datasets-crypto-prices",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.mflo.ai/api/datasets/crypto-prices",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-mflo-ai",
      "url": "https://api.mflo.ai",
      "name": "mflo.ai API",
      "@type": "Organization"
    },
    "identifier": "api-mflo-ai-api-datasets-crypto-prices",
    "description": "Access cryptocurrency price datasets via x402 micropayments. Historical and live price data for AI analysis. 0.01 USDC per call on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-mflo-ai-api-datasets-crypto-prices",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-mflo-ai-api-datasets-crypto-prices"
}
