


curl -X POST https://api.finholy.com/v1/wallets \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"user_id": "usr_1234567890",
"currency": "EUR",
"type": "personal",
"metadata": {
"reference": "customer-wallet-001"
}
}'
curl -X GET https://api.finholy.com/v1/wallets/wlt_abc123/balance \
-H "Authorization: Bearer YOUR_API_KEY"
curl -X GET https://api.finholy.com/v1/transactions?wallet_id=wlt_abc123&limit=10 \
-H "Authorization: Bearer YOUR_API_KEY"
Important: Finholy does not provide legal or regulatory advice. Our platform provides technical capabilities that support compliance efforts, but clients must ensure their own regulatory compliance based on their specific business model, geography, and applicable regulations.
