POST
/api/v2/crypto-virtual-accounts/interlace-to-equals/quoteQuote an the card platform-to-EqualsMoney transfer through the crypto on/off-ramp
Returns the indicative exchange rate, received amount, fees, and expiry before an OTP is requested or funds are moved.
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 | |
| AccountRef | string | No | |
| BoomFiAccountId | string | No | |
| SettlementAccountId | unknown | 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. |
| TargetBudgetId | string | No | Optional EqualsMoney budget to credit. When omitted, the service selects the user's budget that supports FiatCurrency. |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| buy_currency | string | No | |
| buy_amount | string | No | |
| sell_currency | string | No | |
| sell_amount | string | No | |
| payment_method | string | No | |
| quote_time | string (date-time) | No | |
| expiry | string (date-time) | No | |
| rate | string | No | |
| fees | object | No | |
| quote_amount | string | No | |
| settlement_ccy | string | No | |
| settlement_chain_id | unknown | No | |
| settlement_token_address | string | No | |
| session | string | 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/quote" \
-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.