Skip to main content
POST
/
api
/
v2
/
backoffice
/
ramps
/
create-pre-fund-account
cURL
curl --request POST \
  --url https://sandbox.killb.app/api/v2/backoffice/ramps/create-pre-fund-account \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customerName": "<string>",
  "address": "<string>",
  "currency": "<string>",
  "network": "<string>",
  "passphrase": "<string>"
}
'
{
  "customerName": "<string>",
  "address": "<string>",
  "currency": "<string>",
  "network": "<string>",
  "passphrase": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
customerName
string
required
address
string
required
currency
string
required
network
string
required
passphrase
string
required

Response

customerName
string
required
address
string
required
currency
string
required
network
string
required
passphrase
string
required