{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-bloomfilter-xyz-domains-register",
  "title": "BloomFilter \u00b7 Domain Registration",
  "url": "https://api.bloomfilter.xyz/domains/register",
  "category": "tools",
  "summary": "Register internet domains and configure DNS records programmatically.",
  "seo": {
    "title": "Domain Name Registration API | x402 Payment",
    "description": "Register domain names with optional DNS record configuration. Returns exact pricing in request response. 12.99 USDC starting price via x402 on Base."
  },
  "use_cases": [
    "Automate domain procurement",
    "Provision DNS for new services",
    "Bulk register project domains",
    "Integrate domain buying into onboarding flows"
  ],
  "ideal_buyer": "Infrastructure automation and SaaS platforms provisioning customer domains.",
  "example_prompt": "Register example.com with A record pointing to 192.0.2.1",
  "example_request_body": {
    "domain": "example.com",
    "dns_records": [
      {
        "ttl": 3600,
        "host": "@",
        "type": "A",
        "value": "192.0.2.1"
      }
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 649.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": true,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xdfd0343eceac37c52b07d5e4fbcd1d005bb9aa7b",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "max_amount_required_atomic": "12990000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Register a domain (sample pricing \u2014 send request body for exact quote)",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "domain"
            ],
            "properties": {
              "years": {
                "type": "integer",
                "default": 1,
                "maximum": 10,
                "minimum": 1,
                "description": "Registration period in years"
              },
              "domain": {
                "type": "string",
                "description": "Fully qualified domain name to register (e.g. example.com)"
              },
              "dns_records": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "type",
                    "value"
                  ],
                  "properties": {
                    "ttl": {
                      "type": "integer",
                      "maximum": 86400,
                      "minimum": 300
                    },
                    "host": {
                      "type": "string",
                      "description": "Record hostname (@ for root)"
                    },
                    "type": {
                      "enum": [
                        "A",
                        "AAAA",
                        "CNAME",
                        "MX",
                        "TXT",
                        "SRV",
                        "CAA"
                      ],
                      "type": "string"
                    },
                    "value": {
                      "type": "string",
                      "description": "Record value"
                    },
                    "priority": {
                      "type": "integer",
                      "minimum": 0,
                      "description": "MX priority / SRV weight"
                    }
                  }
                },
                "description": "Optional DNS records to create immediately after registration"
              }
            }
          },
          "type": "http",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "years": 1,
            "domain": "example.com",
            "status": "active",
            "expires_at": "2027-02-22T12:00:00Z",
            "nameservers": [
              "ns1.dnsowl.com",
              "ns2.dnsowl.com",
              "ns3.dnsowl.com"
            ],
            "registered_at": "2026-02-22T12:00:00Z"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-bloomfilter-xyz",
    "host": "api.bloomfilter.xyz",
    "title": "Bloomfilter API",
    "description": "API origin at api.bloomfilter.xyz. No public documentation available from the homepage.",
    "url": "https://api.bloomfilter.xyz",
    "favicon": "https://bloomfilter.xyz/icon.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-bloomfilter-xyz-domains-register",
    "url": "https://x402all.com/resource/api-bloomfilter-xyz-domains-register",
    "name": "BloomFilter \u00b7 Domain Registration",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-bloomfilter-xyz-domains-register",
      "@type": "Offer",
      "price": "12.99",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "12.990000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
        }
      ]
    },
    "sameAs": "https://api.bloomfilter.xyz/domains/register",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-bloomfilter-xyz",
      "url": "https://api.bloomfilter.xyz",
      "name": "Bloomfilter API",
      "@type": "Organization"
    },
    "identifier": "api-bloomfilter-xyz-domains-register",
    "description": "Register domain names with optional DNS record configuration. Returns exact pricing in request response. 12.99 USDC starting price via x402 on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-bloomfilter-xyz-domains-register",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-bloomfilter-xyz-domains-register"
}
