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.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
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.
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.