cURL
NGN
curl --request POST \ --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/deposits \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "channelId": "ngn-channel-id-bullring-finance" } '
201
{ "currency": "NGN", "bankInfo": { "id": "9805dc88-b78b-4515-ab13-60f63924a565", "bankBeneficiaryName": "Dameon O\"Hara", "bankName": "Maplerad", "bankAccountNumber": "8595061826" }, "channelId": "ngn-channel-id-bullring-finance"}
Initiate a fiat deposit request for a specific subaccount. The request body varies depending on the currency. All deposit requests require approved KYC.
Requires approved Tier 1 KYC.
Generates a new unique account each time the API is called with this field set to true
When provided, the API returns the account that has the provided id.
Deposit initiated successfully
Show child attributes