Looks pretty cool... do you guys have limits on the amount that can be deposited?
Hi - yes there is a limit per transaction, which is available to know in real time with the API:
url: shapeshift.io/limit/
method: GET
is any valid coin pair such as btc_ltc or ltc_btc
Success Output:
{
"pair" : "btc_ltc",
"limit" : "1.2345"
}