Ntropy Transaction API v1
Ntropy Transaction API v1 — Ntropy Transaction API for transaction classificat
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.
GET https://api.ntropy.network/
{
"status": "ok",
"updated_at": "1783270619.808051"
}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
/PROBEDNtropy Transaction API v1 — Ntropy Transaction API for transaction classificat
/?limit=5Paginated variant with limit parameter.
/v2/labels/hierarchy/{account_holder_type}Get the hierarchy of Ntropy labels
/v2/labels/hierarchy/custom/{account_holder_type}Get a custom label hierarchy
/v2/account-holderGets a list of the registered account holders
/v2/account-holder/{account_holder_id}Retrieve the information of an account holder.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
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.