Skip to main content
POST
/
v1
/
ramp
/
{subaccountId}
/
banking
/
deposits
/
simulate
Simulate NGN Deposit
curl --request POST \
  --url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/deposits/simulate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "currency": "NGN",
  "amount": 100000000000
}'
{
  "message": "Deposit successful"
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required

Body

application/json
currency
string
required
amount
number
required

Response

Successful response

message
string