Get indicative pricing (PHP→PHPX)
GET /v2/onramp/rates
GET
/v2/onramp/rates
Return indicative FX/fee preview (not locked). UI/partners can poll this for price discovery; cheap + cacheable. Indicative price and fee preview; non-binding. Use POST /quotes to lock.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” sourceCurrency
required
string
Base currency (PHP)
Example
PHP destinationCurrency
required
string
Quote currency (PHPX)
Example
PHPX amount
required
string
Amount (decimal string). Interpreted by side.
Example
10000.00 side
string
Which side amount applies (TODO: TBC)
Example
source chain
string
Delivery chain
Example
base paymentRail
string
Funding rail
Example
wire pricingMode
string
Fee mode: net (included) or gross (on top)
Example
netHeader Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”Indicative pricing with exchange rate, estimated amounts, fees, and pricing timestamp.
object
sourceCurrency
required
string
destinationCurrency
required
string
exchangeRate
required
string
estimatedSourceAmount
required
Estimated source amount (decimal string)
string
estimatedDestinationAmount
required
Estimated destination amount (decimal string)
string
fees
required
object
quotedAt
required
string
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error