Invoket · Resolve Batch

by Invoket

POSTBase

$0.015

per call · USD Coin on Base

Before a payment run: validate up to 500 IBANs in one call, resolve bank and BIC from national bank registries, and check SEPA reachability per scheme (SCT, SCT Inst, SDD Core/B2B) against the EPC register

Endpoint

POST https://api.invoket.com/iban/resolve/batch

1

Calls / 30d

1

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.invoket.com/iban/resolve/batch", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "ibans": [
      "DE89370400440532013000",
      "FR1420041010050500013M02606"
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.invoket.com/iban/resolve/batch" \
  -H "Content-Type: application/json" \
  -d '{"ibans":["DE89370400440532013000","FR1420041010050500013M02606"]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Payment details

Pay to0x4465825b0ac713aa2fa07ea29023020804a128ee
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Invoket & similar services

Invoket · Weather Forecast

api.invoket.com

Before your agent schedules a delivery, plans outdoor work or hedges short-term weather exposure: a point forecast of 2 m temperature, precipitation and 10 m wind — plus opt-in convective, humidity, cloud and snow variables — for any GPS point or city. Deterministic NOAA GFS at 0.25 deg to 16 days (384 h), NOAA GEFS ensemble mean at 0.5 deg to 35 days (840 h) — beyond 16 days the value is an ensemble mean with smoothed extremes: trend, not threshold triggers. The lead selector is optional (omitted, the forecast defaults to the current analysis time) and the response names the model that served it and the exact forecast step.

GETBaseData & Enrichment
$0.01 / call5 calls / 30d

Invoket · Article Batch

api.invoket.com

Before your agent signs off a contract review or a due-diligence memo: check that up to 50 legal citations are still in force at a given date in one call — consolidated text, status and validity dates per reference, from the official LEGI (French law) and EUR-Lex (EU law) datasets. Covers 12 major French codes and statutes and key EU acts (GDPR, DSA, AI Act, MiCA and more).

POSTBaseData & Enrichment
$0.015 / call5 calls / 30d

Invoket · Forecast Batch

api.invoket.com

Before your agent plans across a whole network — fleet routing, multi-site operations, portfolio hedging: 2 m temperature, precipitation and 10 m wind forecasts for up to 500 point + lead-time queries in one call, from the deterministic NOAA GFS run (~16 days). Each query takes lat+lon or a city name plus an optional lead selector (omitted, it defaults to the current analysis time); an uncovered item is flagged via per-item coverage instead of failing the batch.

POSTBaseData & Enrichment
$0.02 / call5 calls / 30d