Ntropy Transaction API v1

Ntropy Transaction API v1 — Ntropy Transaction API for transaction classificat

💬 Social & WorkHEALTHYchecked 8h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Ntropy Transaction API v1 exposes ntropy Transaction API for transaction classification & management Contact Support: Name: API Support Email: api@ntropy.network We verified a keyless GET endpoint returning JSON (Social). Check the provider docs for rate limits and terms before production use.

79HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 79 · healthy
Uptime history
98.0%90 days
96.7%30 days
1223P50 · ms
4484P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 154 ms, slowest 3749 ms, most recent 827 ms.
Live response samplecaptured by our last successful check
GET https://api.ntropy.network/

{
  "status": "ok",
  "updated_at": "1783270619.808051"
}
Call itcurl · fetch · python
curl "https://api.ntropy.network/"
const res = await fetch("https://api.ntropy.network/");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.ntropy.network/")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /1223 mschecked 8h ago
GET/PROBED

Ntropy Transaction API v1 — Ntropy Transaction API for transaction classificat

GET/?limit=5

Paginated variant with limit parameter.

GET/v2/labels/hierarchy/{account_holder_type}

Get the hierarchy of Ntropy labels

GET/v2/labels/hierarchy/custom/{account_holder_type}

Get a custom label hierarchy

GET/v2/account-holder

Gets a list of the registered account holders

GET/v2/account-holder/{account_holder_id}

Retrieve the information of an account holder.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Ntropy Transaction API v1: common questions

Is Ntropy Transaction API v1 free to use?

Yes — Ntropy Transaction API v1 is a free social & work API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Ntropy Transaction API v1 need an API key?

No — Ntropy Transaction API v1 needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Ntropy Transaction API v1 from the browser?

Not directly — Ntropy Transaction API v1 doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Ntropy Transaction API v1 up right now?

As of our last scheduled check, Ntropy Transaction API v1 is healthy with 98.0% uptime over 90 days and a 1223 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.