Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://stablecoin-api.sandbox.getmeru.com/v1/payins/quotes \ --header 'Content-Type: application/json' \ --data ' { "paymentRail": "<string>", "amount": 123, "fromCurrency": "<string>", "toCurrency": "<string>" } '
{ "paymentRail": "crypto", "fromCurrency": "usdc", "toCurrency": "bob", "fromAmount": 100, "toAmount": 939.51, "rate": 9.4, "quotedAt": "2026-04-17T12:46:14.310Z", "expiresAt": "2026-04-17T12:46:44.310Z" }
Devuelve una cotización para un riel y par de monedas dado.
qr_code
crypto