approvedgames
Shuffled Playing Card Deck
Create and shuffle a fresh deck of standard playing cards and get back a deck identifier plus the number of cards remaining. The returned deck id can be reused for subsequent draws, making this a verifiable shuffle primitive for card games, randomised sampling and agent-run simulations.
Networks
Base (Coinbase L2)solana:mainnetNoble
Regions
Global (no regional restriction)
Tags
#games#cards#deck#shuffle#random#simulation#x402
How to use
Sample response
{"success":true,"deck_id":"3p40paa87x90","shuffled":true,"remaining":52}curl -X GET 'https://proxy.suverse.io/v1/data/suverse-deck-of-cards-shuffle'