Crypto β Virtual Visa/Mastercard β No KYC β Built for Agents
3% service markup + ~3% provider issuance fee. All denominations available.
100+ cryptocurrencies accepted β BTC, ETH, USDT, USDC, XMR, SOL, and more.
Choose by brand and region.
From request to card in minutes.
Built for autonomous agents.
Three endpoints. No auth needed. Default payment route is USDC on Base if token/network are omitted.
Install this skill to give any OpenClaw agent prepaid card ordering capabilities.
Default is USDC on Base. Want exact routing? Pass custom tickerFrom + networkFrom (e.g. usdt/trc20, eth/base, btc/mainnet).
curl -X POST https://acp.darksol.net/api/cards/order \
-H "Content-Type: application/json" \
-d '{
"provider": "swype",
"amount": 100,
"email": "agent@example.com"
}'
curl -X POST https://acp.darksol.net/api/cards/order \
-H "Content-Type: application/json" \
-d '{
"provider": "swype",
"amount": 100,
"email": "agent@example.com",
"tickerFrom": "usdt",
"networkFrom": "trc20"
}'