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

Transfer 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

Request body fields
FieldTypeRequiredDescription
IdempotencyKeystringYes
UserIdunknownYes
FiatCurrencystringYesFiat source currency. the crypto on/off-ramp must return matching bank funding instructions and fiat-to-crypto balances for the user's organisation.
AmountunknownYes
BudgetIdstringYesEqualsMoney source budget debited to fund the user's the crypto on/off-ramp fiat account.

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
SuccessbooleanNo
MessagestringNo
ReferencestringNo
UserIdunknownNo
BudgetIdstringNo
FiatCurrencystringNo
FiatAmountstringNo
CryptoCurrencystringNo
EstimatedCryptoAmountstringNo
EstimatedFeeAmountstringNo
RatestringNo
ChainIdunknownNo
ChainstringNo
DepositAddressstringNo
BoomFiPayoutunknownNo

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