Post
Topic
Board Gambling
Re: Gaming Operators - Easily accept DOGE, LTC, and more with ShapeShift API
by
ShapeShift.io
on 31/10/2014, 17:55:20 UTC
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:

Code:
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"
    }