Proxy-seller
ProxyFree toolsContact sales
  • Documentation
  • PROXY-SELLER
    • Authorization
    • Actions with proxies
      • Retrieve active proxy
      • Export IPs in txt/csv/custom
      • IP replacement
      • Comment on IP
      • Extend proxies
      • Authorizations
        • List of authorizations
        • Create authorization
        • Change authorization
        • Delete authorization
    • Order actions
      • Complete information
      • Calculate the order
      • Place an order
    • Balance
    • Residential proxy
      • Get package information
      • Get all locations
      • Get existing IP list
      • Create list
      • Rename list
      • Change rotation settings
      • Delete list
      • Subaccounts (subusers)
        • Create subuser package
        • Update package
        • Get package information
        • Delete subuser's package
        • Retrieve existing IP lists
        • Create IP list
        • Rename created list
        • Change rotation
        • Delete list
        • Create a special list for API-TOOL
      • Session ID + TTL
        • Create a special list
        • Get all ISP codes
      • Cases (FAQ)
    • API - Changelog
    • SDK PHP
    • SDK NodeJS
    • SDK Phyton
    • SDK Java
    • SDK Golang
  • Mobile CRM
    • Get authorization key
    • Usage guides
      • How to Work with API Reference
      • Host Actions
        • All hosts info
        • List of host modems
        • Change host name
        • Reboot all modems
        • Export modems info
      • Modem Actions
        • Get all modems
        • Change modem IP
        • Set pause on modem
        • Set unpause on modem
        • Reboot modem
        • Change modem rotation
        • Limits on modem
        • Delete limits on modems
        • Delete modem
        • Send a report
      • Modem authorization (users)
        • Create authorization
        • Edit authorization
        • Modem authorizations
        • Authorization info
        • Limit authorization
        • Get limit authorization
        • Delete authorization
      • Modem action links
        • Direct links
        • Create domain
        • Approve domain
        • Edit domain
        • All client domain
        • Domain info
        • Delete domain
    • API Reference
      • Hosts
      • Modems
      • Modem authorization
      • Action links
      • Proxy limit
  • More guides
    • Youtube channel
    • Our blog
  • News, discounts
    • Reddit
    • Discord
    • Telegram
Powered by GitBook
On this page
  • Endpoint:
  • Response:
  • Path parameters:
  • Replenish balance
  • Response:
  • Path parameters:
  • Request body:
  • Payment systems
  • Response:
  • Path parameters:
  1. PROXY-SELLER

Balance

In this section, you will learn which actions you can perform with your balance

Endpoint:

This request retrieves the available balance of your personal account.

GET https://proxy-seller.com/personal/api/v1/{YourApiKey}/balance/get

Example:

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/balance/get

Response:

{
    "status": "success",
    "data": {
        "sum": 10
    },
    "errors": []
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Error api key",
            "code": 503,
            "customData": null
        },
        {
            "message": "IP not allowed",
            "code": 503,
            "customData": null
        },
        {
            "message": "Request limit reached",
            "code": 503,
            "customData": null
        }
    ]
}

Path parameters:

Name
Value
Description

Authorization

<Your_API_Key>

Your personal API key

Replenish balance

This request allows you to replenish your balance.

POST https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/balance/add

Example:

https://proxy-seller.com/api/v1/{YourApiKey}/balance/add

Response:

{
    "status": "success",
    "data": {
        "url": "https://proxy-seller.com/personal/pay/?ORDER_ID=595PAYMENT"
    },
    "errors": []
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Set existed [paymentId]",
            "code": 0,
            "customData": null
        }
    ]
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Set [summ > 1]",
            "code": 0,
            "customData": null
        }
    ]
}

Path parameters:

Name
Value
Description

Authorization

<Your_API_Key>

Your personal API key

Request body:

Name
Type
Description

summ

Number

The amount you want to replenish

paymentId

Number

The ID of the payment method you selected from the list below

Payment systems

This request shows you available payment systems for replenishing your balance.

GET https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/balance/payments/list

Example:

https://proxy-seller.com/api/v1/{YourApiKey}/balance/payments/list

Response:

{
        "status": "success",
    "data": {
        "items": [
            {
                "id": "29",
                "name": "PayPal"
            },
            {
                "id": "30",
                "name": "Visa / MasterCard"
            },
            {
                "id": "41",
                "name": "USDT (TRC-20)"
            },
            {
                "id": "38",
                "name": "USDT, USDC (ERC20)"
            },
            {
                "id": "40",
                "name": "BUSD, BNB, USDC"
            },
            {
                "id": "39",
                "name": "TRX, TON, Matic, CGPT"
            },
            {
                "id": "45",
                "name": "BTC, BCH, LTC"
            },
            {
                "id": "26",
                "name": "BUSD BNB XRP ZEC DASH (>10 usd)"
            },
            {
                "id": "35",
                "name": "Binance"
            },
            {
                "id": "37",
                "name": "Visa / MasterCard (solidgate)"
            },
            {
                "id": "33",
                "name": "Advcash, Nixmoney"
            }
        ]
    },
    "errors": []
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Error api key",
            "code": 503,
            "customData": null
        },
        {
            "message": "IP not allowed",
            "code": 503,
            "customData": null
        },
        {
            "message": "Request limit reached",
            "code": 503,
            "customData": null
        }
    ]
}

Path parameters:

Name
Value
Description

Authorization

<Your_API_Key>

Your personal API key

PreviousPlace an orderNextResidential proxy

Last updated 26 days ago