{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "stableemail-dev-api-inbox-send",
  "title": "Stableemail \u00b7 Inbox Send",
  "url": "https://stableemail.dev/api/inbox/send",
  "category": "data",
  "summary": "Stableemail \u00b7 Inbox Send \u2014 x402-protected data API. Pay $0.0050 per call on base, solana. Indexed by x402all.",
  "seo": {
    "title": "Stableemail \u00b7 Inbox Send \u2014 x402 data API \u00b7 $0.0050 per call",
    "description": "Stableemail \u00b7 Inbox Send \u2014 x402-protected data API. Pay $0.0050 per call on base, solana. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.25,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xdb5aa553feeb2c3e3d03e8360b36fb0f7e480671",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "5000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "username",
              "to",
              "subject"
            ],
            "properties": {
              "to": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "email",
                  "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
                },
                "maxItems": 50,
                "minItems": 1
              },
              "html": {
                "type": "string",
                "maxLength": 256000
              },
              "text": {
                "type": "string",
                "maxLength": 256000
              },
              "replyTo": {
                "type": "string",
                "format": "email",
                "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
              },
              "subject": {
                "type": "string",
                "maxLength": 998,
                "minLength": 1
              },
              "username": {
                "type": "string",
                "allOf": [
                  {
                    "pattern": "^[a-z0-9][a-z0-9-]{1,28}[a-z0-9]$"
                  },
                  {
                    "pattern": "^(?!.*--)"
                  }
                ]
              },
              "attachments": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "content",
                    "contentType",
                    "filename"
                  ],
                  "properties": {
                    "content": {
                      "type": "string",
                      "maxLength": 5000000
                    },
                    "filename": {
                      "type": "string",
                      "maxLength": 255,
                      "minLength": 1
                    },
                    "contentType": {
                      "type": "string",
                      "maxLength": 255,
                      "minLength": 1
                    }
                  },
                  "additionalProperties": false
                },
                "maxItems": 5
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "29XqFRpqRrXs8UjSsZnscqW3cTxNdY84qfaa9BGo3y4j",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "5000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "username",
              "to",
              "subject"
            ],
            "properties": {
              "to": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "email",
                  "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
                },
                "maxItems": 50,
                "minItems": 1
              },
              "html": {
                "type": "string",
                "maxLength": 256000
              },
              "text": {
                "type": "string",
                "maxLength": 256000
              },
              "replyTo": {
                "type": "string",
                "format": "email",
                "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
              },
              "subject": {
                "type": "string",
                "maxLength": 998,
                "minLength": 1
              },
              "username": {
                "type": "string",
                "allOf": [
                  {
                    "pattern": "^[a-z0-9][a-z0-9-]{1,28}[a-z0-9]$"
                  },
                  {
                    "pattern": "^(?!.*--)"
                  }
                ]
              },
              "attachments": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "content",
                    "contentType",
                    "filename"
                  ],
                  "properties": {
                    "content": {
                      "type": "string",
                      "maxLength": 5000000
                    },
                    "filename": {
                      "type": "string",
                      "maxLength": 255,
                      "minLength": 1
                    },
                    "contentType": {
                      "type": "string",
                      "maxLength": 255,
                      "minLength": 1
                    }
                  },
                  "additionalProperties": false
                },
                "maxItems": 5
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        }
      }
    }
  ],
  "origin": {
    "slug": "stableemail-dev",
    "host": "stableemail.dev",
    "url": "https://stableemail.dev",
    "favicon": "https://stableemail.dev/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/stableemail-dev-api-inbox-send",
    "url": "https://x402all.com/resource/stableemail-dev-api-inbox-send",
    "name": "Stableemail \u00b7 Inbox Send",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/stableemail-dev-api-inbox-send",
        "@type": "Offer",
        "price": "0.005",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "base"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.005000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/stableemail-dev-api-inbox-send",
        "@type": "Offer",
        "price": "0.005",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.005000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      }
    ],
    "sameAs": "https://stableemail.dev/api/inbox/send",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/stableemail-dev",
      "url": "https://stableemail.dev",
      "name": "stableemail.dev",
      "@type": "Organization"
    },
    "identifier": "stableemail-dev-api-inbox-send",
    "description": "Stableemail \u00b7 Inbox Send \u2014 x402-protected data API. Pay $0.0050 per call on base, solana. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=stableemail-dev-api-inbox-send",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=stableemail-dev-api-inbox-send",
  "callability": {
    "status": "unknown",
    "schema_callability": 0.186,
    "source": "provider_well_known",
    "source_confidence": 0.95,
    "match_confidence": 0.4,
    "schema_confidence": 0.0,
    "validated_at": "2026-05-10T23:42:38.373764+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://stableemail.dev/api/inbox/send",
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "unknown"
    },
    "contract_hash": "eab6b2416152e0d47d4b84f288d989194e27ccee782bc7273f1003fae59e5953"
  }
}