Skip to main content
POST

Authorizations

x-app-id
string
header
required

Your application ID from the Breet dashboard

x-app-secret
string
header
required

Your application secret from the Breet dashboard

X-Breet-Env
string
header
required

Environment selector: development or production

Body

application/json
amount
number
required

Amount in USD to convert to fiat.

Example:

100

currency
enum<string>
required

Target fiat currency to convert into.

Available options:
ngn,
ghs
Example:

"ngn"

bank
string

ID of a saved bank account to credit. When provided, PIN is required. Omit for conversion to wallet only.

Example:

"69737920df8b52679a8b198e"

pin
string

Transaction PIN (required when bank is provided).

Response

Conversion completed successfully