POST/api/v2/crypto-virtual-accounts/equals-to-interlace

EqualsMoney-to-the card platform transfer (not configured)

This route is intentionally unavailable and returns 501 BOOMFI_FIAT_FUNDING_NOT_CONFIGURED. It does not debit EqualsMoney or create a simulated transfer. the crypto on/off-ramp fiat-funded trading and a verified EqualsMoney-to-the crypto on/off-ramp fiat funding rail must be configured before implementation can be enabled.

Authentication

Send your API key in the x-api-key header on every request.

Request body

application/json

Request body fields
FieldTypeRequiredDescription
UserIdunknownYes
FiatCurrencystringYesReserved fiat source currency. EqualsMoney-to-the card platform execution is unavailable until the crypto on/off-ramp fiat-funded trading and an EqualsMoney-to-the crypto on/off-ramp funding rail are configured.
AmountunknownYes
BudgetIdstringYesReserved for the future EqualsMoney fiat funding rail. The endpoint currently returns 501 and does not debit this budget.

Responses

400 — Bad Request

Response 400 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

401 — Unauthorized

Response 401 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

501 — Not Implemented

Response 501 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

Example request

curl -X POST "https://{base_url}/api/v2/crypto-virtual-accounts/equals-to-interlace" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"UserId":"…","FiatCurrency":"…","Amount":"…","BudgetId":"…"}'

This page is generated from the live OpenAPI specification and always matches the current API.