Skip to main content
GET
/
customers
/
{customerId}
/
funding-instructions
Get funding instructions
curl --request GET \
  --url https://api.useproxy.ai/v1/customers/{customerId}/funding-instructions \
  --header 'Authorization: Bearer <token>'
{
  "currency": "<string>",
  "network": "<string>",
  "address": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as Bearer <api_key>.

Path Parameters

customerId
string
required

Customer ID (e.g., cus_...)

Response

object | null

Funding instructions

currency
string
required

Funding currency (e.g., usdc)

network
string
required

Blockchain network

address
string
required

Deposit address