v1

latestOpenAPI 3.0.02026-07-22290108.6 KB
Request
V2/Request

Get payment routes

Get available payment routes for a request. This endpoint analyzes the payer's wallet balance across supported chains and returns possible payment methods. Routes include direct same-chain payments and crosschain bridging options when the payer has sufficient balance on different chains than the request's native chain.

get/v2/request/{requestId}/routes

Path parameters

requestIdstring required
Example:01e273ecc29d4b526df3a0f1f05ffc59372af8752c2b678096e49ac270416a7cdb

The requestId of the request

Query parameters

walletstring required
Example:0x6923831ACf5c327260D7ac7C9DfF5b1c3cB3C7D7

The wallet address of the payer

amountstring

The amount to pay, in human readable format

feePercentagestring

Fee percentage to apply at payment time (e.g., '2.5' for 2.5%)

feeAddressstring

Address to receive the fee

Headers

x-api-keystring

API key for authentication (optional if using Client ID)

x-client-idstring

Client ID for frontend authentication (optional if using API key)

Originstring

Origin header (required for Client ID auth, automatically set by browser)

Response

Available payment routes