Cardano API Playground
Console-first Playground. Keys bleiben im Browser (localStorage). Nichts wird hochgeladen.
Warnung: API Keys und s/key niemals teilen. Wir speichern nur lokal im Browser.
API Keys
Wallet / s.key (lokal)
Wird nicht gesendet. Nur lokal zur Referenz (z. B. für CLI-Snippets).
Presets
Placeholders:{address}{policy}{asset}
Endpoint: https://cardano-preprod.blockfrost.io/api/v0/addresses/addr.../utxos?count=5
Response
Status: —
Time: —
Headers
{}Body
—
Raw
—
Snippets
cURL
curl \ -X GET \ "https://cardano-preprod.blockfrost.io/api/v0/addresses/addr.../utxos?count=5"
fetch (TS)
await fetch("https://cardano-preprod.blockfrost.io/api/v0/addresses/addr.../utxos?count=5", {
"method": "GET"
});