Yes! Try
https://bloopi.ioYou can do a number of things like getting a balance:
args = {"address":"0xad96B1072E60f6279F628E7512242F9b1A83127F"}
ether_balance = Bloopi::API::Ether.balance(args)
Transfer Ether:
Bloopi::API::Ether.transfer({:to_address=>"0xE4E3A170843C6fdF2D480592D20eC27985Bc05Dd", :from_address=>"0x7e3513840f6936efe9cc96c279917af6e3be682b", :password=>"[hidden]", :quantity=>0.0001})
or Exchange Ether for OmiseGo:
Bloopi::API::Ether.exchange({:deposit_address=>"0x00c02245d47e1EE134B67C8a4e035C0A063fce2D", :from_address=>"0xdaa0dcc41d89e060e619cafe0c09e6a637b0f8ac", :password=>"[hidden]", :quantity=>0.05215999999999999})
The service is free and offers 0.3 cent Exchange.