1. Accounts
Ip2up Proxy API
  • Accounts
    • Get Account Balance
      GET
    • Get Orders
      POST
  • Dynamic Proxies
    • Get Dynamic Package Details
      POST
    • Get Dynamic Proxy Endpoints
      GET
    • Generate Dynamic Auth Proxy
      POST
    • Generate Dynamic API Proxy
      GET
  • Static Proxies
    • Get Static Proxy List
      POST
  • Unlimited Proxies
    • Get Unlimited Package Details
      POST
    • Get Unlimited Proxy Endpoints
      GET
    • Generate Unlimited Proxy Connection
      POST
  • API Whitelist
    • Get API Whitelist
      POST
    • Add API Whitelist
      POST
    • Remove API Whitelist
      POST
  • Proxy Sub-Accounts
    • Get Proxy Sub-Account List
      POST
    • Create Proxy Sub-Account
      POST
    • Update Proxy Sub-Account
      POST
    • Delete Proxy Sub-Account
      POST
  1. Accounts

Get Account Balance

GET
/v1/user/wallet/info

请求参数

Authorization
在 header 添加参数
AppKey
示例:
AppKey: ********************

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://ip2up.com/api/v1/user/wallet/info' \
--header 'AppKey: <api-key>'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "msg": "string",
    "data": {
        "wallet_info": {
            "balance": 0,
            "create_time": 0,
            "id": 0,
            "status": 0,
            "total_gift": 0,
            "total_recharge": 0,
            "update_time": 0,
            "user_id": 0,
            "warn_limit": 0,
            "warn_status": 0
        }
    }
}
修改于 2026-05-29 05:46:25
下一页
Get Orders
Built with