SETTLED ON CANTON NETWORK
API credits with an on-chain paper trail.
Buy usage credits, spend them on metered API calls. Every mint and burn settles on Canton — no invoices, no trust required.
$ curl api.transparent.dev/api/v1/echo \
-H "Authorization: Bearer $TOKEN" \
-d '{"ping":"pong"}'
// 200 OK · 1 credit · burn batched on-chain
{ "echo": {"ping":"pong"}, "ts": 1751884800 }