Using ntropy-sdk with ntropy.network

Python integration

Install

pip install ntropy-sdk

Quick start

import ntropy-sdk

client = ntropy_sdk.Client("YOUR_API_KEY")
Get a batch of business transaction classification results.
curl \
  https://api.ntropy.network/classifier/business/batch/{id}
Get a batch of consumer transaction classification results.
curl \
  https://api.ntropy.network/classifier/consumer/batch/{id}
SDK on GitHub 📄 API Docs
SDK
ntropy-sdk
Python
API
ntropy.network
ntropy.network

At a glance

Language Python
Endpoints2
Base URLhttps://api.ntropy.network