moneyQuote Estimate

Quote Estimate

Return an indicative, NON-BINDING price estimate, two-directional (Conduit-style).

Source-based (?amount=100): "my user sends 100 USD, what lands?" Target-based (?target_amount=100): "my user wants exactly 100 USDC, how much USD must they send?" Fee lines are itemized so partners can show the full cost breakdown. Partner fees are per-virtual-account, so pass the account's fee pair to include it in the preview. Not a rate lock: ACH and wire deposits arrive hours later and convert at the rate current when the money lands.

source_asset defaults to the launch currency, it was left at "eur" through the 2026-08-08 USA-first pivot, which disabled the EUR corridors and so turned every defaulted call into 400 unsupported_corridor.

curl -X GET "https://sandbox.rasto.co/api/quotes/estimate?target_asset=example_string&target_chain=example_string&amount=3.14&target_amount=3.14&source_asset=usd&partner_fee_bps=3.14&partner_fee_flat=3.14" \
  -H "Content-Type: application/json" \
  -H "Api-Key: example_string" \
  -H "Api-Version: example_string" \
  -H "Api-Key: YOUR_API_KEY"
{}
GET
/api/quotes/estimate
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: Api-Key)
Api-Keystring
Required

API key (sent in header)

header
Api-Versionstring

The /api contract to serve this request under, as an ISO date. Omit to use the default (2026-08-01), omitting it always keeps today's behaviour, so a future breaking change cannot move you. Supported: 2026-08-01.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Api-Keystring
Required

API Key for authentication. Provide your API key in the header.

Query Parameters

Headers

Api-Versionstring

The /api contract to serve this request under, as an ISO date. Omit to use the default (2026-08-01), omitting it always keeps today's behaviour, so a future breaking change cannot move you. Supported: 2026-08-01.

Responses

Successful Response