Skip to main content
Use the Aggregator to quote MultiversX swaps and, when sender is present, receive transaction data your wallet can sign.

Use This When

Do Not Use This When

Base URL

No API key is required; per-IP rate limits apply.

Flow

1

Validate the pair

Call /api/v1/pair-config to confirm supported: true, read token decimals, and check minAmountIn.
2

Quote the route

Call /api/v1/quote with exactly one amount field: amountIn for forward quotes or amountOut for reverse quotes.
3

Request transaction data

Pass sender when the user is ready to sign. The response can include a full transaction object and encoded txData.
4

Sign and broadcast

Sign the returned transaction with the user’s wallet, then broadcast it through the wallet, Gateway, or Relayer.

Limits

Token decimals vary by asset. Convert from human-readable amount to smallest unit before quoting, and verify decimals with /api/v1/pair-config.

Endpoints

Next Steps

Quickstart

Validate a pair, fetch a quote, and inspect the transaction fields.

Quote endpoint

Required params, response fields, errors, and executable examples.

Pair config

Confirm token support, decimals, and minimum input.

Integration guide

Wire quotes into a signing and broadcast flow.