Skip to content

CyberCard — Virtual Cards API

/card/* (Service API)

Create and manage virtual credit cards, top up with cryptocurrency, and use them for online purchases.


Create Virtual Card

POST /card/get-card

{
  "wallet": "0xYourWallet...",
  "amount": 100
}
FieldTypeDescription
walletstringWallet address
amountnumberTop-up amount (USD)

Response

Returns card information (card number, CVV, expiration date, etc.).


Query Card Details

GET /card/card-data?card_id={id}

ParameterTypeDescription
card_idstringRequired, card ID

List My Cards

GET /card/my-cards?wallet={address}

ParameterTypeDescription
walletstringRequired, wallet address

Returns all virtual cards associated with the wallet.