Skip to main content
POST
/
payments
/
{id}
/
cross-chain
/
quote
Get cross-chain payment quote with deposit address
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>"
}
'

Path Parameters

id
string
required

The payment checkout ID

Body

application/json
originChain
string
required

Origin chain slug (e.g. sol, base, arb, near, tron, btc)

originToken
string
required

Origin token symbol (e.g. USDC, ETH, SOL)

refundAddress
string

Refund address on the origin chain. If omitted, defaults to ebioro collection address.

Response

200 - undefined