POST
/api/v2/crypto-virtual-accounts/equals-to-interlaceEqualsMoney-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
| Field | Type | Required | Description |
|---|---|---|---|
| UserId | unknown | Yes | |
| FiatCurrency | string | Yes | Reserved 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. |
| Amount | unknown | Yes | |
| BudgetId | string | Yes | Reserved for the future EqualsMoney fiat funding rail. The endpoint currently returns 501 and does not debit this budget. |
Responses
400 — Bad Request
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
401 — Unauthorized
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
501 — Not Implemented
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
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.