Get quote by ID
GET /v2/onramp/quotes/{quoteId}
Retrieve details of a specific locked quote. Needed to check expiry, amounts, and constraints before executing.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Quote identifier
Example
qt_1701234567890_abc123defHeader Parameters
Section titled “Header Parameters ”API Key
API Secret
Responses
Section titled “ Responses ”Quote lifecycle, amounts, fees, constraints.
object
object
Unique quote identifier
Current quote status
object
object
Source currency (e.g., PHP)
Amount (decimal string)
object
Currency name (e.g., PHPX)
Wallet ID (UUID)
object
Minimum destination amount user will receive (decimal string)
Maximum allowed slippage (decimal string)
Quote validity duration in seconds
Regulatory jurisdiction
object
object
Source currency (e.g., PHP)
Amount (decimal string)
object
Currency name (e.g., PHPX)
Wallet ID (UUID)
object
Minimum destination amount user will receive (decimal string)
Maximum allowed slippage (decimal string)
Quote validity duration in seconds
Regulatory jurisdiction
object
Effective rate PHP → PHPX (after fees/slippage)
Optional mid/indicative rate (pre-fee)
Optional spread vs mid
Input/output amounts
object
object
Total fees in source currency (decimal string)
Bank/payment-rail fees (source currency)
FX markup/fee (source currency)
On-chain/network fees (source currency)
Platform/service fees (source currency)
Raw network fee quoted
object
Timestamp when pricing was calculated
Pricing model/version identifier
object
Country/region of the funding bank
BIC/SWIFT or local code
Reference for auto-reconciliation
object
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error