{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-mflo-ai-api-datasets-currency-pairs",
  "title": "mflo.ai \u00b7 Currency pairs dataset access",
  "url": "https://api.mflo.ai/api/datasets/currency-pairs",
  "category": "data",
  "summary": "Request currency pairs dataset access with format selection and payment authentication.",
  "seo": {
    "title": "Currency Pairs Dataset API | mflo.ai x402",
    "description": "Request access to currency pairs datasets with flexible format options (JSON, CSV, XML). 0.001 USDC per call on Base. Data provider marketplace with variable pricing."
  },
  "use_cases": [
    "Download forex currency pair data in preferred format",
    "Integrate exchange rate datasets into trading systems",
    "Access historical currency pair archives"
  ],
  "ideal_buyer": "Forex data consumers, trading strategy agents, and financial data integration platforms.",
  "example_prompt": "Get the EUR/USD currency pair dataset in CSV format.",
  "example_request_body": {
    "pairs": [
      "EUR/USD",
      "GBP/USD"
    ],
    "format": "csv",
    "period": "1d"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.033,
    "median_category_atomic": 30000
  },
  "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": "1000",
      "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": "object",
              "properties": {
                "data": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "fields": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              }
            },
            "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-currency-pairs",
    "url": "https://x402all.com/resource/api-mflo-ai-api-datasets-currency-pairs",
    "name": "mflo.ai \u00b7 Currency pairs dataset access",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-mflo-ai-api-datasets-currency-pairs",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "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/currency-pairs",
    "@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-currency-pairs",
    "description": "Request access to currency pairs datasets with flexible format options (JSON, CSV, XML). 0.001 USDC per call on Base. Data provider marketplace with variable pricing.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-mflo-ai-api-datasets-currency-pairs",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-mflo-ai-api-datasets-currency-pairs"
}
