# Ntropy Transaction API v1 **Provider:** Ntropy Transaction API v1 **Category:** communication **Base URL:** `https://api.ntropy.network` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.ntropy.network ## Description Ntropy Transaction API for transaction classification & management Contact Support: Name: API Support Email: api@ntropy.network ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.ntropy.network/classifier/business/batch/{id}` | Get a batch of business transaction classification results. | | GET | `https://api.ntropy.network/classifier/consumer/batch/{id}` | Get a batch of consumer transaction classification results. | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.ntropy.network/classifier/business/batch/{id}' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/ntropy-transaction-api-v1/) — CC BY 4.0*