GET/api/v2/crypto-virtual-accounts/transfers

List the crypto on/off-ramp transfer workflows

Returns the latest persisted the card platform-to-EqualsMoney and EqualsMoney-to-the card platform workflows for the selected user. Poll this endpoint when signed webhook delivery is delayed.

Authentication

Send your API key in the x-api-key header on every request.

Parameters

Request parameters
FieldTypeRequiredDescription
userId (query)unknownNo

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
IdunknownNo
StatusstringNo
BoomFiVirtualAccountIdstringNo
CryptoCurrencystringNo
CryptoAmountstringNo
ChainIdunknownNo
FiatCurrencystringNo
BoomFiOrderIdstringNo
BoomFiQuoteIdstringNo
BoomFiOrderStatusstringNo
BoomFiSettlementStatusstringNo
ToAmountstringNo
EffectiveRatestringNo
FailureMessagestringNo
SlackChannelIdstringNo
SlackThreadTsstringNo
SlackPermalinkstringNo
CompletedAtstring (date-time)No
CompletionMessagestringNo
TransferDirectionstringNo
InitialExchangeRatestringNo
InitialFeeAmountstringNo
InitialFeeCurrencystringNo
CurrentFeeAmountstringNo
CurrentFeeCurrencystringNo
RateDeviationPercentunknownNo
AutoExecutionTolerancePercentunknownNo
QuoteDecisionStatusstringNo
QuoteExpiresAtstring (date-time)No
FundsDecisionstringNo
ReturnFeeAmountstringNo
ReturnFeeCurrencystringNo
SourceTransferIdstringNo

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 GET "https://{base_url}/api/v2/crypto-virtual-accounts/transfers" \
  -H "x-api-key: YOUR_API_KEY"

This page is generated from the live OpenAPI specification and always matches the current API.