POST
/api/v2/crypto-virtual-accounts/interlace-to-equals/initiateInitiate an the card platform-to-EqualsMoney transfer through the crypto on/off-ramp
Validates the the card platform withdrawal route, prepares the the crypto on/off-ramp deposit instruction, resolves the target EqualsMoney budget, and sends an OTP. This step does not withdraw funds.
Authentication
Send your API key in the x-api-key header on every request.
Request body
application/json
| Field | Type | Required | Description |
|---|---|---|---|
| UserId | unknown | No | |
| TargetBudgetId | string | No | Optional EqualsMoney budget to credit. When omitted, the service selects the user's budget that supports FiatCurrency. |
| AccountRef | string | No | |
| BoomFiAccountId | string | No | |
| Reference | string | Yes | |
| ChainId | 1 | -200 | 137 | 42161 | No | the crypto on/off-ramp chain IDs: Ethereum 1, Tron -200, Polygon 137, Arbitrum 42161. Possible values: 1, -200, 137, 42161. |
| Currency | USDC | USDT | No | Crypto asset withdrawn from the card platform and deposited into the crypto on/off-ramp. Possible values: USDC, USDT. |
| CryptoAmount | string | No | |
| FiatCurrency | USD | EUR | GBP | No | Fiat settlement currency credited to EqualsMoney. Possible values: USD, EUR, GBP. |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| Success | boolean | No | |
| VerificationToken | string | No | |
| Message | string | No | |
| ExpiresAt | string (date-time) | No | |
| DepositAddress | string | No | |
| DepositWallet | 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/interlace-to-equals/initiate" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"Reference":"…"}'This page is generated from the live OpenAPI specification and always matches the current API.