Limits for swaps
GET /api/v1/limits
List limits for cross-chain swaps (based on destination chains)
Responses
- 200
- 400
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
result object[]
Array [id stringname stringtokens object[]
Array [id stringmin string_of_numbermax string_of_number]]
{
"result": [
{
"id": "string",
"name": "string",
"tokens": [
{
"id": "string"
}
]
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
error object
code int32message stringdata object
code string
{
"error": {
"code": -1,
"message": "[error_message]",
"data": {
"code": "[error_code]"
}
}
}
Loading...