Skip to content

zingocards/crypto-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

ZingoCards

ZingoCards

Anonymous Visa cards. No KYC. Funded with crypto. Issued in minutes.

Website API Support


ZingoCards preview

Why ZingoCards

  • No KYC — no ID, no selfie, no address. Just an email.
  • Crypto‑funded — pay in BTC, ETH, SOL, USDC, USDT, BNB, XMR.
  • Visa accepted worldwide — works anywhere Visa works, online and in‑store.
  • Instant request — issued from 5 minutes, up to 25h for the final stamp.
  • Flat $10 fee — top up $X, get $X − 10 spendable on the card.
  • 2 active cards per account. Burn anytime.

ZingoCards card preview

Get a card in 3 steps

  1. Sign in with your email at zingocards.com — a 6‑digit code arrives in your inbox.
  2. Choose an amount and coin in your dashboard. Send the crypto to the deposit address.
  3. Card appears in your dashboard with PAN, CVV and expiry as soon as it's minted.

Developer API

Issue cards programmatically. Clean REST, JSON in / JSON out, bearer auth.

  • Base URLhttps://zingocards.com/api/public/v1
  • AuthAuthorization: Bearer zc_live_...
  • Get your key — Dashboard → API KeysRegenerate
  • Rate limit — 60 req/min per key, burst 120

Endpoint — POST /v1/cards

Request issuance of a new virtual Visa. Max 2 active cards per account.

Request

curl -X POST https://zingocards.com/api/public/v1/cards \
  -H "Authorization: Bearer zc_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "amount_usd": 100,
    "coin": "USDC"
  }'

About

No Kyc / Anonymous Crypto Cards Issuance Api with ZingoCards.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors