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

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
Allowed values: source destination

Which side amount applies (TODO: TBC)

Example
source
chain
string
Allowed values: base ethereum polygon

Delivery chain

Example
base
paymentRail
string
Allowed values: instapay pesonet wire rtgs

Funding rail

Example
wire
pricingMode
string
Allowed values: net gross

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

Example
net
X-API-Key
string

API Key

X-API-Secret
string

API Secret

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