Skip to main content
GET
/
v1
/
banking
/
deposit
/
fee
Get Deposit Fee
curl --request GET \
  --url https://api.bullring.finance/v1/banking/deposit/fee \
  --header 'x-api-key: <api-key>'
{
  "amount": 0,
  "currency": "NGN",
  "percentage": 0.005,
  "flatFee": 0,
  "originalAmount": 0.99,
  "netAmount": 0.99,
  "grossAmount": 0.99
}

Authorizations

x-api-key
string
header
required

Query Parameters

currency
enum<string>
Available options:
usd,
usdt,
usdc,
eur,
brl,
ngn
amount
number

Response

Successful response

amount
number
currency
string
percentage
number
flatFee
number
originalAmount
number
netAmount
number
grossAmount
number