https://dogechain.info/api/v1/address/balance/
bunun gibi
 public function login(Request $request)
    {

        $checkAccount = curl_init('https://dogechain.info/api/v1/address/balance/' . $request->wallet);
        curl_setopt($checkAccount, CURLOPT_RETURNTRANSFER, 1);

        $data = curl_exec($checkAccount);
        curl_close($checkAccount);
        $type = json_decode($data);
buraya ekleyebileceğim. Walleti bulabilecek bir api var mı tether usd için ? Ve ya ben nasıl yaparım.