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

Quote 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

Request body fields
FieldTypeRequiredDescription
UserIdunknownNo
AccountRefstringNo
BoomFiAccountIdstringNo
SettlementAccountIdunknownNo
ReferencestringYes
ChainId1 | -200 | 137 | 42161Nothe crypto on/off-ramp chain IDs: Ethereum 1, Tron -200, Polygon 137, Arbitrum 42161. Possible values: 1, -200, 137, 42161.
CurrencyUSDC | USDTNoCrypto asset withdrawn from the card platform and deposited into the crypto on/off-ramp. Possible values: USDC, USDT.
CryptoAmountstringNo
FiatCurrencyUSD | EUR | GBPNoFiat settlement currency credited to EqualsMoney. Possible values: USD, EUR, GBP.
TargetBudgetIdstringNoOptional EqualsMoney budget to credit. When omitted, the service selects the user's budget that supports FiatCurrency.

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
buy_currencystringNo
buy_amountstringNo
sell_currencystringNo
sell_amountstringNo
payment_methodstringNo
quote_timestring (date-time)No
expirystring (date-time)No
ratestringNo
feesobjectNo
quote_amountstringNo
settlement_ccystringNo
settlement_chain_idunknownNo
settlement_token_addressstringNo
sessionstringNo

400 — Bad Request

Response 400 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

401 — Unauthorized

Response 401 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

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.