An open protocol for interoperable credentials.
You send an API request. We build the transaction, validate the scripts, and submit to Cardano.
View Full API Reference# Claim a credential
curl -X POST \
api.andamio.io/api/v2/tx/course/student/credential/claim \
-H "X-API-Key: $ANDAMIO_API_KEY" \
-d '{
"alias": "alice",
"course_id": "d7d6c8a9..."
}'
# 200 OK — sign this with any Cardano wallet, then submit
{ "unsigned_tx": "84a700..." }Define credentials that mean something in your context. Anyone can issue. Recipients carry them across every app on the protocol.
Check any credential, from any issuer, in real time. On-chain records mean no phone calls, no PDFs, no trust required.
Use credentials to unlock content, roles, or rewards. Build learning paths, contributor programs, or access tiers — all anchored on proof.
Role-based access, credential gating, and contribution tracking — on a layer you don’t have to build yourself.
Your app
You build this — your frontend, your experience, your users.
Andamio API
Credentials · Access Control · Courses · Treasury
Andamio Platform
Smart contracts, on-chain state, credential registry (audited by TxPipe).
Cardano blockchain
Settlement, permanence, interoperability.
For developers
Add credentials, access control, and courses to your app via REST API.
Getting Started GuideFor protocol engineers
Work directly with Andamio smart contracts on Cardano. Full control.
View on GitHubFor the curious
Explore the Andamio App to see how credentials, courses, and projects work together.
Open the AppSix guarantees of the protocol — the same whether you build with the API or work directly with the smart contracts.
The API is for developers building their own applications — bring your own frontend, your own UX. The App is a hosted solution for organizations that want to get started without writing code. Think Stripe vs. Shopify.
No. Email signup. Your organization sponsors transactions. The blockchain is invisible to your users.
Your credentials survive. They're permanent records on Cardano mainnet — open source, verifiable by anyone, with or without Andamio.
Yes. Smart contracts audited by TxPipe. 152 end-to-end tests. Live on Cardano mainnet since February 2026.
Full transparency. Here’s exactly where things stand.
V2 Protocol
Live on Cardano mainnet (Feb 6, 2026)
V2 App
12 features, 17 transaction types, audited
API
Endpoints documented and functional
Andamioscan
Blockchain explorer (live)
SDK V2
Developer toolkit update (under development)
Stripe Integration
USD payments (in development)