Skip to content

Get indicative pricing (PHP→PHPX)

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.

sourceCurrency
required
string
PHP

Base currency (PHP)

destinationCurrency
required
string
PHPX

Quote currency (PHPX)

amount
required
string
10000.00

Amount (decimal string). Interpreted by side.

side
string
Allowed values: source destination

Which side amount applies (TODO: TBC)

chain
string
Allowed values: base ethereum polygon

Delivery chain

paymentRail
string
Allowed values: instapay pesonet wire rtgs

Funding rail

pricingMode
string
Allowed values: net gross

Fee mode: net (included) or gross (on top)

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