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>" } '
Documentation IndexFetch the complete documentation index at: https://developers.ebioro.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.ebioro.com/llms.txt
Use this file to discover all available pages before exploring further.
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.