Binance CAPTCHA迂回APIサービス
コードの例:
メソッド: createTask
APIエンドポイント:https://api.2captcha.com/createTaskBinanceTaskproxyless
{ "clientKey": "YOUR_API_KEY", "task": { "type": "BinanceTaskproxyless", "websiteURL": "https://example.com/page-with-binance", "websiteKey": "login", "validateId": "cb0bfefa598...e54ecd57b", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" } }BinanceTask
{ "clientKey": "YOUR_API_KEY", "task": { "type": "BinanceTask", "websiteURL": "https://example.com/page-with-binance", "websiteKey": "login", "validateId": "cb0bfefa5...1fde54ecd57b", "proxyType": "http", "proxyAddress": "1.2.3.4", "proxyPort": 8080, "proxyLogin": "login", "proxyPassword": "password" } }応答の例
メソッド: [getTaskResult](/api-docs/get-task-result) APIエンドポイント: `https://api.2captcha.com/getTaskResult`{ "errorId": 0, "status": "ready", "solution": { "token": "captcha#09ba4905a79f44f...kc99maS943qIsquNP9D77", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" } }