Simple Ruby client for the BlockCypher API.
If you want to use BTC on the main net, which is normally what you want to do, it's as simple as:
block_cypher = BlockCypher::Api.new
BlockCypher::Api.new.create_forwarding_address('your_forwarding_address', 'your_token')
For more information check the API docs at: