Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Documentation
Guide for converting fiat currency into stablecoins
curl -X GET "https://dev.teelapp.io/api/quotes/fiat-to-stablecoin/best?source_currency=USD&amount=1000&crypto_ticker=USDC" \ -H "Authorization: Bearer YOUR_TOKEN"
curl -X POST "https://dev.teelapp.io/api/stablecoin-transfer/initiate" \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "source_currency": "USD", "amount": 1000, "crypto_ticker": "USDC", "wallet_address": "0x..." }'
curl -X GET "https://dev.teelapp.io/api/stablecoin-transfer/status/txn_abc123" \ -H "Authorization: Bearer YOUR_TOKEN"