cURL
curl --request POST \ --url https://api.humcli.com/api/v1/agents/deposit/usdc \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "tx_hash": "<string>", "amount_usdc": 5002.5, "chain": "base" } '
{ "transaction_id": "<string>", "chain": "<string>", "tx_hash": "<string>", "amount_usdc": 123, "amount_credited": 123, "status": "<string>", "confirmations": 123, "confirmations_required": 123, "message": "<string>" }
Report an on-chain USDC deposit for credit. In production, requires 12 block confirmations.
API key for agent and task endpoints. Format: ho_live_...
1
5 <= x <= 10000
Deposit confirmed