Ntropy Transaction API v1

Ntropy Transaction API v1 — Ntropy Transaction API for transaction classificat

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.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
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 · 6On scheduleFULL DOCS ↗
On schedule — GET / awaits first probe
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

Not tracked yet. Shape-change history starts once this API joins our probe schedule.

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?

Ntropy Transaction API v1 is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.