Animica x402 Directory

Directory

api.24klabs.ai

api.24klabs.ai publishes 61 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.006 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/api/black-scholes-options-pricer POST $0.005 200
/api/bond-price-yield POST $0.004 200
/api/business-days-calc POST $0.002 200
/api/calendar-month POST $0.001 200
/api/color-convert POST $0.002 200
/api/compound-interest-projection POST $0.002 200
/api/crypto-liquidation-price POST $0.003 200
/api/csv-dedupe POST $0.003 200
/api/csv-profile POST $0.005 200
/api/data-format-validate POST $0.002 200
/api/datetime-toolkit POST $0.002 200
/api/debt-payoff-planner POST $0.003 200
/api/eth-calldata-decode POST $0.002 200
/api/eth-unit-convert POST $0.002 200
/api/eth-unit-converter POST $0.001 200
/api/financial-ratios POST $0.003 200
/api/hash-multi POST $0.002 200
/api/html-to-markdown POST $0.002 200
/api/iban-bic-validate POST $0.002 200
/api/iban-routing-validate POST $0.002 200
/api/ical-generator POST $0.003 200
/api/impermanent-loss-calculator POST $0.003 200
/api/ip-cidr-calc POST $0.002 200
/api/ip-classify POST $0.002 200
/api/iso-week-date POST $0.001 200
/api/json-diff POST $0.004 200
/api/json-yaml-convert POST $0.002 200
/api/jsonpath-extract POST $0.001 200
/api/jsonschema-validate POST $0.002 200
/api/kelly-position-sizing POST $0.003 200
/api/llm-token-estimate POST $0.002 200
/api/loan-amortization-schedule POST $0.003 200
/api/mock-data-generate POST $0.003 402
/api/npv-irr-calculator POST $0.004 200
/api/phone-parse POST $0.002 200
/api/pii-redact POST $0.002 200
/api/pii-redact-regex POST $0.002 402
/api/readability-score POST $0.002 200
/api/retirement-fire-calculator POST $0.004 200
/api/return-cagr-drawdown POST $0.003 200
/api/semver-tools POST $0.001 200
/api/simhash-dedup POST $0.002 200
/api/social-post-validate POST $0.003 200
/api/stats-toolkit POST $0.003 200
/api/tokenomics-fdv-calculator POST $0.002 200
/api/unicode-normalize POST $0.001 200
/api/user-agent-parse POST $0.002 200
/api/uuid-ulid-gen POST $0.001 402
/api/v1/apr-apy-converter POST $0.002 200
/api/v1/cron-parser POST $0.002 200
/api/v1/crypto-address-validate POST $0.003 200
/api/v1/data-format-convert POST $0.002 200
/api/v1/entity-extract POST $0.002 200
/api/v1/image-rotate-flip POST $0.003 200
/api/v1/json-schema-infer POST $0.004 200
/api/v1/markdown-to-html POST $0.002 200
/api/v1/pdf-form-fill POST $0.006 200
/api/v1/phonetic-transcode POST $0.001 200
/api/v1/sales-tax-vat-calculator POST $0.003 200
/api/wcag-contrast POST $0.002 200
/api/xml-json-convert POST $0.003 200

What these endpoints do

api.24klabs.ai/api/black-scholes-options-pricer

European call/put fair value plus delta, gamma, theta, vega, rho from spot, strike, days-to-expiry, rate and volatility; optional implied-vol solve if market_price supplied.

POST · $0.005 · probe 200

api.24klabs.ai/api/bond-price-yield

Clean price or yield-to-maturity plus current yield, Macaulay and modified duration and convexity from coupon, face, maturity and coupon frequency.

POST · $0.004 · probe 200

api.24klabs.ai/api/business-days-calc

Add/subtract business days to a date, or count working days between two dates. Weekend- and custom-holiday-aware (0=Mon..6=Sun).

POST · $0.002 · probe 200

api.24klabs.ai/api/calendar-month

Return a month as a grid of week rows (weeks start Monday or Sunday), plus the weekday of the 1st, the day count, and whether it is a leap year.

POST · $0.001 · probe 200

api.24klabs.ai/api/color-convert

Convert a color across hex/rgb/hsl/hsv/cmyk and (optionally) compute the WCAG contrast ratio and AA/AAA pass against a second color.

POST · $0.002 · probe 200

api.24klabs.ai/api/compound-interest-projection

Future value of a lump sum plus recurring contributions: principal, annual rate, compounding frequency, contribution and years; returns balance curve, total contributed, total interest.

POST · $0.002 · probe 200

api.24klabs.ai/api/crypto-liquidation-price

Liquidation price for a long/short leveraged (perp) position from entry, leverage and maintenance-margin rate; returns liquidation price and distance to it.

POST · $0.003 · probe 200

api.24klabs.ai/api/csv-dedupe

Remove duplicate rows from CSV text by all columns or a subset of key columns; returns cleaned CSV plus a report of how many rows were removed.

POST · $0.003 · probe 200

api.24klabs.ai/api/csv-profile

Column-level statistics for a CSV: inferred type, count, null count, distinct count, min/max/mean for numeric columns, and sample values. One-call data audit.

POST · $0.005 · probe 200

api.24klabs.ai/api/data-format-validate

Validate and lint JSON, YAML, CSV, or XML. Returns a valid flag, the line/column of the first error when invalid, and a normalized (re-serialized) copy when valid.

POST · $0.002 · probe 200

api.24klabs.ai/api/datetime-toolkit

One-call date math: diff two datetimes, add/subtract an interval, epoch<->ISO conversion, and reformatting via strftime.

POST · $0.002 · probe 200

api.24klabs.ai/api/debt-payoff-planner

Orders multiple debts by snowball (smallest balance) or avalanche (highest APR), simulates month-by-month payoff, and returns months-to-debt-free, total interest and interest saved vs minimums.

POST · $0.003 · probe 200

api.24klabs.ai/api/eth-calldata-decode

Compute the keccak256 hash and 4-byte function selector of a signature string, and optionally ABI-decode raw hex calldata given an ordered list of static Solidity types.

POST · $0.002 · probe 200

api.24klabs.ai/api/eth-unit-convert

Convert amounts between Ethereum denominations (wei, kwei, mwei, gwei, szabo, finney, ether) with exact integer/decimal math -- no float error.

POST · $0.002 · probe 200

api.24klabs.ai/api/eth-unit-converter

Convert between wei, gwei and ether (or arbitrary-decimal ERC20 amounts) with big-integer precision; optional USD valuation from a caller-supplied price.

POST · $0.001 · probe 200

api.24klabs.ai/api/financial-ratios

Liquidity, leverage, profitability and efficiency ratios (current, quick, debt-to-equity, ROE, ROA, gross/net margin, interest coverage) from supplied statement line items.

POST · $0.003 · probe 200

api.24klabs.ai/api/hash-multi

Compute md5, sha1, sha256, sha512, sha3-256 and crc32 digests of text (or hex bytes) in a single call. Returns hex for each plus byte length.

POST · $0.002 · probe 200

api.24klabs.ai/api/html-to-markdown

Convert a supplied HTML string to clean Markdown: strips scripts/style/nav, preserves headings, bold, italic, links, lists, code, and blockquotes. No fetch.

POST · $0.002 · probe 200

api.24klabs.ai/api/iban-bic-validate

ISO 13616 mod-97 IBAN validation with per-country length rules, plus SWIFT/BIC structure validation and country/bank-code extraction.

POST · $0.002 · probe 200

api.24klabs.ai/api/iban-routing-validate

Validate an IBAN checksum and decode its country and BBAN, validate a US ABA routing number, check SWIFT/BIC format, or Luhn-check a card and detect its network. Auto-detects the kind if not given.

POST · $0.002 · probe 200

api.24klabs.ai/api/ical-generator

Build a valid RFC 5545 VCALENDAR from a list of events (or a CSV of events). Supports all-day and timed events, RRULE recurrence, location, and display alarms.

POST · $0.003 · probe 200

api.24klabs.ai/api/impermanent-loss-calculator

Impermanent loss % and hold-vs-LP value for a 50/50 pool from the price ratio (new/old) of the volatile asset; nets optional fees earned to show true LP outcome.

POST · $0.003 · probe 200

api.24klabs.ai/api/ip-cidr-calc

CIDR math for IPv4/IPv6: network, broadcast, netmask, wildcard, prefix, usable host range and count, mask<->prefix, plus optional contains check and subnet split.

POST · $0.002 · probe 200

api.24klabs.ai/api/ip-classify

Classify an IPv4/IPv6 address: version, public/private/loopback/link-local flags, integer and hex forms, reverse-DNS pointer, and optional CIDR membership test.

POST · $0.002 · probe 200

api.24klabs.ai/api/iso-week-date

Convert a date to its ISO 8601 week-date (year, week number, weekday), ordinal day-of-year, quarter, and days remaining in the year.

POST · $0.001 · probe 200