Fetch deposit amounts metadata
Returns the minimum allowed deposit amount for each display currency or deposit currency.
Last updated
Was this helpful?
Was this helpful?
GET /v1/payment/deposits/crypto/metadata HTTP/1.1
Host: api.finrax.com
Accept: */*
{
"ETH": {
"ETH": {
"ETH": "0.002177818914615500",
"EUR": "5",
"GBP": "4.20",
"USD": "5.54"
},
"BSC": {
"ETH": "0.002177818914615500",
"EUR": "5",
"GBP": "4.20",
"USD": "5.54"
}
}
}