GET
/api/v2/crypto-virtual-accounts/transfersList 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
| Field | Type | Required | Description |
|---|---|---|---|
| userId (query) | unknown | No |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| Id | unknown | No | |
| Status | string | No | |
| BoomFiVirtualAccountId | string | No | |
| CryptoCurrency | string | No | |
| CryptoAmount | string | No | |
| ChainId | unknown | No | |
| FiatCurrency | string | No | |
| BoomFiOrderId | string | No | |
| BoomFiQuoteId | string | No | |
| BoomFiOrderStatus | string | No | |
| BoomFiSettlementStatus | string | No | |
| ToAmount | string | No | |
| EffectiveRate | string | No | |
| FailureMessage | string | No | |
| SlackChannelId | string | No | |
| SlackThreadTs | string | No | |
| SlackPermalink | string | No | |
| CompletedAt | string (date-time) | No | |
| CompletionMessage | string | No | |
| TransferDirection | string | No | |
| InitialExchangeRate | string | No | |
| InitialFeeAmount | string | No | |
| InitialFeeCurrency | string | No | |
| CurrentFeeAmount | string | No | |
| CurrentFeeCurrency | string | No | |
| RateDeviationPercent | unknown | No | |
| AutoExecutionTolerancePercent | unknown | No | |
| QuoteDecisionStatus | string | No | |
| QuoteExpiresAt | string (date-time) | No | |
| FundsDecision | string | No | |
| ReturnFeeAmount | string | No | |
| ReturnFeeCurrency | string | No | |
| SourceTransferId | 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 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.