Affiliate Program

Live exchangeDo you have an account? Then you're already an affiliate! Just sign in to your account and start earning money by referring visitors to our site. It's fast, FREE and as easy as telling us how you want to be paid! You will receive commission of the fees charged for all exchange orders made by your referrals. The earnings are credited in your account instantly and can be withdrawn right away.

TextMessage message = new TextMessage("Vonage APIs", "8801717700536", "A text message sent using the Vonage SMS API" ); SmsSubmissionResponse response = client.getSmsClient().submitMessage(message); if (response.getMessages().get(0).getStatus() == MessageStatus.OK) { System.out.println("Message sent successfully."); } else { System.out.println("Message failed with error: " + response.getMessages().get(0).getErrorText()); }