quotation.error
Fired when Bluvo is unable to generate a withdrawal quote, typically due to validation failures or exchange-side errors.When this event is sent
- The requested amount is below the exchange’s minimum withdrawal threshold
- The exchange rejects the quote request (insufficient funds, asset not supported, etc.)
- An unexpected error occurs during the quoting process
Payload
Example payload
Fields
| Field | Type | Description |
|---|---|---|
data.error.code | string | Standardized error code (e.g., QUOTE_BELOW_MINIMUM, QUOTE_EXCHANGE_ERROR) |
data.error.message | string | Human-readable error description |
data.quotation.walletId | string | Wallet the quote was requested for |
data.quotation.asset | string | Asset ticker |
data.quotation.amount | string | Requested withdrawal amount |
data.quotation.address | string | Requested destination address |
data.quotation.network | string | undefined | Requested network |
Error codes are standardized across the Bluvo platform. See the error handling guide for the full list.