Fetch deposit amounts metadata
Returns the minimum allowed deposit amount for each display currency or deposit currency.
Fetch deposit metadata like minimum deposit amounts per currency and network.
Responses
200
Returns deposit metadata like minimum deposit amounts per currency and network.
application/json
get
GET /api/v1/payment/deposits/crypto/metadata HTTP/1.1
Host:
Accept: */*
200
Returns deposit metadata like minimum deposit amounts per currency and network.
{
"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"
}
}
}
Last updated
Was this helpful?