Skip to main content

Trading limits

GET 

/order/limits/:from_asset/:to_asset/

Get the min and max tradable amount for a given asset pair.

Request

Path Parameters

    from_asset stringrequired

    The source asset

    to_asset stringrequired

    The destination asset

Responses

The min and max tradable amount for the selected asset pair.

Schema
    min float
    max float
Loading...