Retrieve deposit address and instructions for funding a customer account.
cURL
curl --request GET \ --url https://api.useproxy.ai/v1/customers/{customerId}/funding-instructions \ --header 'Authorization: Bearer <token>'
{ "currency": "<string>", "network": "<string>", "address": "<string>" }
API key authentication. Include your API key in the Authorization header as Bearer <api_key>.
Bearer <api_key>
Customer ID (e.g., cus_...)
Funding instructions
Funding currency (e.g., usdc)
Blockchain network
Deposit address