TransferSwap
  1. Cryptomate
TransferSwap
  • Transferswap External API
    • Fuse
      • Create Fuse Payout
      • Get Fuse Transaction
      • Get Fuse Customer
      • Create Fuse Internal Transfer
      • Simulate Fuse Inbound Payment
      • Create Fuse Customer Account
      • Add Fuse Business Customer
      • Add Fuse Individual Customer
    • R4
      • Generate OTP for R4 Immediate Debit
      • R4 Immediate Debit Payment
      • Query R4 Operation Status
      • R4 Immediate Credit Payment (Unified)
    • Cryptomate
      • Create Virtual Wallet
        POST
      • Get All Virtual Wallets
        GET
      • Get Virtual Wallet by ID
        GET
      • Get Virtual Wallet Balance
        GET
      • Get Virtual Wallet Movements
        GET
      • Create Virtual Card
        POST
      • List All Virtual Cards
        GET
      • Search Card Transactions
        GET
      • Delete Virtual Card
        DELETE
      • Get Top-up Wallets for Card
        GET
      • Get Card PAN (Primary Account Number)
        GET
      • Update Card Limits
        PUT
      • Update Card Email
        PUT
      • Update Card Phone
        PUT
      • Get Card Balance
        GET
      • Override Card Balance
        PUT
      • Unblock Card
        POST
      • Configure 3D Secure
        POST
      • Authenticate 3D Secure
        POST
      • Freeze/Unfreeze Card
        PATCH
      • Update Card PIN
        PUT
    • Minteo
      • Create Minteo Payout for Colombia
      • Get Minteo Wallets for Colombia
      • Get Minteo Wallet Balance
      • Get Minteo Bank Accounts for Colombia
      • Get Minteo Payout Status
    • ClearJunction
      • Create ClearJunction Pay-in
      • Create ClearJunction Pay-out
      • Get ClearJunction Payout Status
      • Create ClearJunction SEPA Credit Transfer
      • Create ClearJunction SEPA Instant Transfer
  1. Cryptomate

Create Virtual Wallet

POST
/cryptomate/wallets
Last modified:2026-01-28 13:56:26
Crea una nueva billetera virtual en una blockchain específica.
Blockchains soportadas: POLYGON, ETHEREUM, BASE, ARBITRUM
Monedas soportadas: USDC, USDT, DAI, etc.
La respuesta incluye:
wallet_id: Identificador único de la billetera
address: Dirección de la blockchain
blockchain: Red blockchain seleccionada
status: Estado de la billetera (active, disabled)

Request

Header Params

Body Params application/json

Examples

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/cryptomate/wallets' \
--header 'X-API-Key: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
  "payload": {
    "name": "My Wallet",
    "blockchain": "POLYGON",
    "currency": "USDC"
  }
}'
Response Response Example
{}
Modified at 2026-01-28 13:56:26
Previous
Cryptomate
Next
Get All Virtual Wallets
Built with