Skip to main content
GET
/
v1
/
users
/
{userId}
/
funding
Get funding methods
curl --request GET \
  --url https://api.useproxy.ai/v1/users/{userId}/funding \
  --header 'Api-Key: <api-key>'
{
  "object": "funding",
  "userId": "<string>",
  "methods": [
    {
      "type": "crypto",
      "network": "<string>",
      "chainId": 123,
      "address": "<string>"
    }
  ]
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

userId
string
required

The user ID

Response

User funding methods

object
string
required
Example:

"funding"

userId
string
required
methods
object[]
required