1
 x-api-key:
2

Ethereum Mainnet
DAIETHEURUSDUSDCUSDTWBTCWETH

3

curl -X POST https://api.safiraex.cloud/api/exchange/deposit \\ -H "x-api-key: YOUR_API_KEY" \\ -H "Content-Type: application/json" \\ -d '{ "asset": "USDC", "amount": "10000", "fromAddress": "0xYourWalletAddress" }'

{ "depositId": "a1b2c3...", "txHash": "0xdef456...", "asset": "USDC", "amount": "10000", "status": "confirmed" }

curl "https://api.safiraex.cloud/api/exchange/deposit/allowance?asset=USDC&fromAddress=0xYourWallet" \\ -H "x-api-key: YOUR_API_KEY"
4