cURL
curl --request POST \ --url https://api.example.com/payments/{id}/cross-chain/quote \ --header 'Content-Type: application/json' \ --data ' { "originChain": "<string>", "originToken": "<string>", "refundAddress": "<string>" } '
The payment checkout ID
Origin chain slug (e.g. sol, base, arb, near, tron, btc)
Origin token symbol (e.g. USDC, ETH, SOL)
Refund address on the origin chain. If omitted, defaults to ebioro collection address.