For Agents
Programmatically retrieve user's transaction records, retrieve merchant account balance. Covers 33 operations with apiKey authentication.
Get started with Coinprofile business API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"retrieve user's transaction records"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Coinprofile business API API.
Retrieve user's transaction records
Update merchant record
Make a mock payment
Query and filter Coinprofile business API records by parameters
Monitor Coinprofile business API operational status and events
GET STARTED
Use for: I need to user's transaction records, I want to merchant account balance, Search for merchant record, Find all merchant record
Not supported: Does not handle payments, communications, or crm — use for social media only.
Jentic publishes the only available OpenAPI specification for Coinprofile business API, keeping it validated and agent-ready.
Coinprofile business API. The API exposes 33 endpoints secured with apiKey authentication.
Patterns agents use Coinprofile business API API for, with concrete tasks.
★ Social Media Operations
Use the Coinprofile business API to perform social media operations programmatically. The API provides 33 endpoints covering core functionality including retrieve user's transaction records, retrieve merchant account balance, retrieve merchant record.
Call GET /transaction to retrieve user's transaction records
Automated Voucher Management
Automate voucher operations by combining multiple Coinprofile business API endpoints. Agents can retrieve merchant account balance and then retrieve merchant record in a single workflow.
Call GET /v1/balance to retrieve merchant account balance, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Coinprofile business API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey tokens manually.
Search Jentic for 'retrieve user's transaction records', load the operation schema, and execute with Jentic-managed credentials
33 endpoints — coinprofile business api.
METHOD
PATH
DESCRIPTION
/transaction
Retrieve user's transaction records
/v1/balance
Retrieve merchant account balance
/v1/merchants
Retrieve merchant record
/v1/merchants
Update merchant record
/v1/mock/payment
Make a mock payment
/v1/currency/rates
Retrieves conversion rates
/v1/transactions/summary
Retrieve merchant transaction summary
/v1/vouchers
Create a new voucher payment
/transaction
Retrieve user's transaction records
/v1/balance
Retrieve merchant account balance
/v1/merchants
Retrieve merchant record
/v1/merchants
Update merchant record
/v1/mock/payment
Make a mock payment
Three things that make agents converge on Jentic-routed access.
Credential isolation
Coinprofile business API apiKey credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'retrieve user's transaction records') and Jentic returns the matching Coinprofile business API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Coinprofile business API integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Alternative social media API
Choose Facebook when you need a different approach to social media operations
Alternative social media API
Choose Twitter when you need a different approach to social media operations
Complementary social media API
Choose Linkedin when you need a complementary approach to social media operations
Specific to using Coinprofile business API API through Jentic.
What authentication does the Coinprofile business API use?
The Coinprofile business API uses an API key passed in the `X-Api-Key` header. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I retrieve user's transaction records with the Coinprofile business API?
Yes. Use the GET /transaction endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Coinprofile business API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I retrieve user's transaction records through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'retrieve user's transaction records'. Jentic returns the matching Coinprofile business API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Coinprofile business API have?
The Coinprofile business API exposes 33 endpoints covering voucher, balance, transaction operations.
/v1/currency/rates
Retrieves conversion rates
/v1/transactions/summary
Retrieve merchant transaction summary
/v1/vouchers
Create a new voucher payment