Skip to main content
POST
Request Payin Quote

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Body

application/json
walletId
string
required

The destination wallet — determines the network the funds are delivered on.

Required string length: 1 - 64
Pattern: ^wa-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$
Example:

"wa-5pfuu-9euek-h0odgb6snva8ph3k"

amount
string
required

The amount to deliver on-chain, in currency units (e.g. "100.00").

Pattern: ^[0-9]+(\.[0-9]{1,2})?$
currency
enum<string>
required

Fiat currency of the payin (for Circle Mint it determines the delivered stablecoin: USD → USDC, EUR → EURC).

Available options:
USD,
EUR
provider
enum<string>
required
Available options:
Borderless
country
string
required

ISO-3166 Alpha-2 country the fiat deposit originates from.

Pattern: ^[A-Z]{2}$
borderlessAccountId
string
required

Borderless account ID the deposit would be made to.

paymentMethod
enum<string>
required

The fiat payment rail the payer uses to fund the deposit.

Available options:
Wire,
ACH,
Sepa
asset
ERC-20 Asset · object
required

The asset to deliver on-chain. Must be supported by Borderless on the wallet network.

Response

200 - application/json

Success

provider
enum<string>
required

Payin provider.

Available options:
CircleMint,
Borderless
currency
enum<string>
required

Fiat currency of the payin (for Circle Mint it determines the delivered stablecoin: USD → USDC, EUR → EURC).

Available options:
USD,
EUR
network
enum<string>
required

The network the stablecoin would be delivered on.

Available options:
Algorand,
AlgorandTestnet,
Aptos,
AptosTestnet,
ArbitrumOne,
ArbitrumSepolia,
ArcTestnet,
AvalancheC,
AvalancheCFuji,
BabylonGenesis,
BabylonTestnet5,
Base,
BaseSepolia,
Berachain,
BerachainBepolia,
Bitcoin,
BitcoinSignet,
BitcoinTestnet4,
BitcoinCash,
Bob,
BobSepolia,
Bsc,
BscTestnet,
Canton,
CantonTestnet,
Cardano,
CardanoPreprod,
Concordium,
ConcordiumTestnet,
Celo,
CeloAlfajores,
Codex,
CodexSepolia,
CosmosHub4,
CosmosIcsTestnet,
Dogecoin,
DogecoinTestnet,
Ethereum,
EthereumClassic,
EthereumClassicMordor,
EthereumSepolia,
EthereumHoodi,
FlareC,
FlareCCoston2,
FlowEvm,
FlowEvmTestnet,
Hedera,
HederaTestnet,
Ink,
InkSepolia,
InternetComputer,
Ion,
IonTestnet,
Iota,
IotaTestnet,
Kusama,
KusamaAssetHub,
Litecoin,
LitecoinTestnet,
Movement,
MovementTestnet,
Near,
NearTestnet,
Optimism,
OptimismSepolia,
Origyn,
Plasma,
PlasmaTestnet,
Plume,
PlumeSepolia,
Paseo,
PaseoAssetHub,
Polkadot,
PolkadotAssetHub,
Polygon,
PolygonAmoy,
Polymesh,
PolymeshTestnet,
Race,
RaceSepolia,
Rayls,
RaylsTestnet,
Robinhood,
RobinhoodSepolia,
SeiAtlantic2,
SeiPacific1,
Solana,
SolanaDevnet,
Sonic,
SonicTestnet,
Starknet,
StarknetSepolia,
Stellar,
StellarTestnet,
Sui,
SuiTestnet,
Tezos,
TezosGhostnet,
TezosShadownet,
Tempo,
TempoModerato,
Tsc,
TscTestnet1,
Ton,
TonTestnet,
Tron,
TronNile,
Westend,
WestendAssetHub,
Xdc,
XdcApothem,
XLayer,
XLayerSepolia,
XrpLedger,
XrpLedgerTestnet
tid
string
required

The asset (token id) that would be delivered.

timestamp
string<date-time>
required

ISO 8601 timestamp when the quote was generated.

quotes
object[]
required

Array of quotes from the provider(s).

Last modified on September 3, 2026