Fetch cryptocurrency amount limits on payout creation
Returns a list of cryptocurrency amount limits (minimum) applicable when creating a payout.
Headers
Name
Type
Description
Request Body (Empty JSON)
{ }Name
Type
Description
[
{
"monetary": "String",
"minimalLimit": "String"
}
][
{
"monetary": "BTC_BITCOIN",
"minimalLimit": "0.000025000"
},
{
"monetary": "ETH_ETHEREUM",
"minimalLimit": "0.000350000"
}
]Last updated