POST
/api/v2/crypto-virtual-accounts/equals-to-interlaceTransfer EqualsMoney fiat to the card platform crypto through the crypto on/off-ramp
Creates an EqualsMoney payment to the user's the crypto on/off-ramp fiat account, waits for the the crypto on/off-ramp deposit webhook, compares the funded quote with the stored request quote, and exchanges/pays the selected the card platform address. Rate moves beyond ±0.5% require user approval.
Authentication
Send your API key in the x-api-key header on every request.
Request body
application/json
| Field | Type | Required | Description |
|---|---|---|---|
| IdempotencyKey | string | Yes | |
| UserId | unknown | Yes | |
| FiatCurrency | string | Yes | Fiat source currency. the crypto on/off-ramp must return matching bank funding instructions and fiat-to-crypto balances for the user's organisation. |
| Amount | unknown | Yes | |
| BudgetId | string | Yes | EqualsMoney source budget debited to fund the user's the crypto on/off-ramp fiat account. |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| Success | boolean | No | |
| Message | string | No | |
| Reference | string | No | |
| UserId | unknown | No | |
| BudgetId | string | No | |
| FiatCurrency | string | No | |
| FiatAmount | string | No | |
| CryptoCurrency | string | No | |
| EstimatedCryptoAmount | string | No | |
| EstimatedFeeAmount | string | No | |
| Rate | string | No | |
| ChainId | unknown | No | |
| Chain | string | No | |
| DepositAddress | string | No | |
| BoomFiPayout | unknown | No |
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 |
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 '{"IdempotencyKey":"…","UserId":"…","FiatCurrency":"…","Amount":"…"}'This page is generated from the live OpenAPI specification and always matches the current API.