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

Initiate 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

Request body fields
FieldTypeRequiredDescription
UserIdunknownNo
TargetBudgetIdstringNoOptional EqualsMoney budget to credit. When omitted, the service selects the user's budget that supports FiatCurrency.
AccountRefstringNo
BoomFiAccountIdstringNo
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.

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
SuccessbooleanNo
VerificationTokenstringNo
MessagestringNo
ExpiresAtstring (date-time)No
DepositAddressstringNo
DepositWalletunknownNo

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/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.