AEVIONTrust · IP · Globus
DemoExploreShopAuthQRightQSignBureauPlanetAwardsBankChessPricingAPI
← All tiers
API PRICING · FOR DEVELOPERS

Per-call API billing

Every AEVION endpoint has a public per-call price. Free quota to start, −15% / −30% / −50% volume discounts. SDKs for TypeScript / Python / Go.

DEVELOPER
$0
up to 10k calls/mo
at rate-card price
For prototypes and SDK testing
POPULAR
BUILD
$49/mo
up to 100k calls/mo
−15% off rate-card
For launch and MVP
SCALE
$249/mo
up to 1M calls/mo
−30% off rate-card
For production load
ENTERPRISE
by request
1M+/mo or dedicated
−50% and beyond
SLA, on-prem, BYO-key

Quickstart

# Install SDK
npm install @aevion-io/fintech-sdk

# In code
import { QPayNet, signWebhookPayload } from "@aevion-io/fintech-sdk";
const qpaynet = new QPayNet({ apiKey: process.env.AEVION_API_KEY });

// Transfer between wallets
const tx = await qpaynet.transfer({
  fromWalletId: "wlt_alice",
  toWalletId: "wlt_bob",
  amount: 5000,            // KZT in tiyin (×100)
  description: "Order #123",
});

// Payment request (generates pay-link)
const req = await qpaynet.requests.create({
  toWalletId: "wlt_alice",
  amount: 12500,
  description: "Invoice #456",
});
console.log(req.payUrl);   // https://aevion.app/qpaynet/r/TOKEN
Full OpenAPI spec: /api/openapi.json
GROUP:

QSign · Signatures

POST
/api/qsign/sign
Create signature
100/mo$3.00
POST
/api/qsign/verify
Verify signature
1,000/mo$0.30
POST
/api/qsign/batch
Batch signature (up to 100)
10/mo$30.00
GET
/api/qsign/audit/:id
Audit trail record
UnlimitedFree

QRight · Digital ownership

POST
/api/qright/register
Register an object
10/mo$15.00
GET
/api/qright/:id
Get an object
UnlimitedFree
GET
/api/qright/embed/:id
Embed JSON for widget
UnlimitedFree
GET
/api/qright/badge/:id.svg
SVG badge
UnlimitedFree

IP Bureau · Authorship bureau

POST
/api/bureau/protect
Protect an artifact
5/mo$25.00
POST
/api/bureau/protect-batch
Batch protection (up to 50)
1/mo$200.00
GET
/api/bureau/certificate/:id.pdf
PDF certificate
10/mo$5.00

QCoreAI · LLM and agents

POST
/api/qcore/chat
LLM chat completion
100k tokens$0.50/1k tok
POST
/api/qcore/agent
Agent call with tool-use
1k calls$5.00
POST
/api/qcore/embed
Embeddings
1M tokens$0.05/1k tok

Core · Spec and webhooks

GET
/api/openapi.json
OpenAPI specification
UnlimitedFree
POST
/api/webhooks/stripe
Webhook listener
UnlimitedFree

Need dedicated quotas or VPC?

Enterprise tier with SLA, BYO-key, on-prem deployment. Customer Success replies within 24 hours.

Contact API planOpenAPI specEmbed calculator →