algo_api
    algo_api
    • Introduction
    • URL change IP
      GET
    • get current Proxy
      POST
    • get New Proxy
      POST

      get New Proxy

      Developing
      POST
      /ChangeProxy

      Request

      Body Params application/jsonRequired

      Example
      {
          "proxyToken":"507710c8cad46e52e359c4ab980331eebe92fae4"
      }

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/ChangeProxy' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "proxyToken":"507710c8cad46e52e359c4ab980331eebe92fae4"
      }'

      Responses

      🟢200Success
      application/json
      Body

      Example
      {
          "error": {
              "code": "ERROR_CODE_SUCCESS"
          },
          "proxy": {
              "proxy": "15.235.219.139:15836",
              "ipProxy": "15.235.219.139",
              "portProxy": "15836",
              "ipAllows": [
                  "171.250.163.91"
              ],
              "usernameProxy": "vntmproxycom",
              "passwordProxy": "55442666",
              "ipPublic": "118.238.98.235",
              "expiredAt": "1769238802",
              "country": {
                  "locationLevel": "LOCATION_LEVEL_COUNTRY",
                  "name": "Japan",
                  "isoCode": "JP",
                  "emoji": "🇯🇵"
              },
              "state": {
                  "locationLevel": "LOCATION_LEVEL_STATE",
                  "name": "Saitama",
                  "isoCode": "11"
              }
          },
          "extraField": {}
      }
      Modified at 2026-01-24 09:22:56
      Previous
      get current Proxy
      Built with