Info
Definition of the /info endpoint, in accordance with SEP-0024.
See: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0024.md#info
GET /sep24/info
{
"deposit": {
"EURC": {
"enabled": true,
"min_amount": 10.0,
"max_amount": 50.0,
"fee_fixed": 0.0,
"fee_percent": 1.25
}
},
"withdraw": {
"EURC": {
"enabled": true,
"min_amount": 10.0,
"max_amount": 400.0,
"fee_fixed": 0.0,
"fee_percent": 1.25
}
},
"fee": {
"enabled": true
},
"features": {
"account_creation": true,
"claimable_balances": true
}
}