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
- 200
The min and max tradable amount for the selected asset pair.
- application/json
- Schema
- Example (from schema)
Schema
min float
max float
{
"min": 0,
"max": 0
}
Loading...