Spanish (Spain)

Producto

Soluciones

Recursos

Herramientas de Desarrollo

SDKs

Empresa

Precios

Playground

Spanish (Spain)

Producto

Soluciones

Recursos

Herramientas de Desarrollo

SDKs

Empresa

Precios

Playground

The best crypto onramp for New Zealand 🇳🇿

Buy crypto with ease, using the most streamlined crypto onramp solution available in New Zealand.

✔️ Let users buy crypto seamlessly

✔️ Unlock reliable fiat to crypto swaps

The best crypto onramp for New Zealand 🇳🇿

Buy crypto with ease, using the most streamlined crypto onramp solution available in New Zealand.

✔️ Let users buy crypto seamlessly

✔️ Unlock reliable fiat to crypto swaps

The best crypto onramp for New Zealand 🇳🇿

Buy crypto with ease, using the most streamlined crypto onramp solution available in New Zealand.

✔️ Let users buy crypto seamlessly

✔️ Unlock reliable fiat to crypto swaps

Effortless access to local payment methods in New Zealand

thirdweb’s Universal Bridge lets you access multiple local payment providers for New Zealand — via a single integration.

Effortless access to local payment methods in New Zealand

thirdweb’s Universal Bridge lets you access multiple local payment providers for New Zealand — via a single integration.

Effortless access to local payment methods in New Zealand

thirdweb’s Universal Bridge lets you access multiple local payment providers for New Zealand — via a single integration.

Fiat to crypto swaps with maximum compatibility

Easily access fiat to crypto swaps optimized to your region, and onramp with ease in New Zealand and worldwide

On any EVM chain

Universal Bridge finds the optimal route required to help you onramp on any EVM chain

With any EVM token

Unlock automatic bridging and swapping so you can buy any EVM token

For any user

Universal Bridge offers flexible onramp options to fit any user—crypto native or otherwise

Fiat to crypto swaps with maximum compatibility

Easily access fiat to crypto swaps optimized to your region, and onramp with ease in New Zealand and worldwide

On any EVM chain

Universal Bridge finds the optimal route required to help you onramp on any EVM chain

With any EVM token

Unlock automatic bridging and swapping so you can buy any EVM token

For any user

Universal Bridge offers flexible onramp options to fit any user—crypto native or otherwise

Fiat to crypto swaps with maximum compatibility

Easily access fiat to crypto swaps optimized to your region, and onramp with ease in New Zealand and worldwide

On any EVM chain

Universal Bridge finds the optimal route required to help you onramp on any EVM chain

With any EVM token

Unlock automatic bridging and swapping so you can buy any EVM token

For any user

Universal Bridge offers flexible onramp options to fit any user—crypto native or otherwise

The best crypto onramp for New Zealand and worldwide

The best crypto onramp for New Zealand and worldwide

The best crypto onramp for New Zealand and worldwide

A web3 payment solution for onramping in New Zealand

Cualquier token en cualquier cadena

No más liquidez fragmentada: los usuarios pueden realizar pagos web3 con cualquier token que posean en cualquier cadena EVM.

Evita los bloqueos en las transacciones

El puente universal prepara y supervisa rutas y utiliza alternativas para minimizar fallos en las transacciones y garantizar compras exitosas.

Optimizado para compras dentro de la aplicación

Diseñado para aplicaciones que permiten automáticamente conectar o intercambiar la cantidad exacta que necesita para ejecutar una compra o transacción.

Rampas de acceso facilitadas

Acceda sin esfuerzo a las opciones de fiat a cripto, como Apple o Google Pay, Transack, Kado, Stripe y Coinbase.

A web3 payment solution for onramping in New Zealand

Cualquier token en cualquier cadena

No más liquidez fragmentada: los usuarios pueden realizar pagos web3 con cualquier token que posean en cualquier cadena EVM.

Evita los bloqueos en las transacciones

El puente universal prepara y supervisa rutas y utiliza alternativas para minimizar fallos en las transacciones y garantizar compras exitosas.

Optimizado para compras dentro de la aplicación

Diseñado para aplicaciones que permiten automáticamente conectar o intercambiar la cantidad exacta que necesita para ejecutar una compra o transacción.

Rampas de acceso facilitadas

Acceda sin esfuerzo a las opciones de fiat a cripto, como Apple o Google Pay, Transack, Kado, Stripe y Coinbase.

A web3 payment solution for onramping in New Zealand

Cualquier token en cualquier cadena

No más liquidez fragmentada: los usuarios pueden realizar pagos web3 con cualquier token que posean en cualquier cadena EVM.

Evita los bloqueos en las transacciones

El puente universal prepara y supervisa rutas y utiliza alternativas para minimizar fallos en las transacciones y garantizar compras exitosas.

Optimizado para compras dentro de la aplicación

Diseñado para aplicaciones que permiten automáticamente conectar o intercambiar la cantidad exacta que necesita para ejecutar una compra o transacción.

Rampas de acceso facilitadas

Acceda sin esfuerzo a las opciones de fiat a cripto, como Apple o Google Pay, Transack, Kado, Stripe y Coinbase.

API de Pagos Web3

A server-side low-level HTTP API for custom web3 payment flows and backend integration.

// Server-side API for custom payment flows
import { ThirdwebSDK } from "@thirdweb-dev/sdk";

const sdk = new ThirdwebSDK("ethereum");

// Get the best route for a cross-chain swap
const route = await sdk.pay.getRoute({
  fromChain: "ethereum",
  toChain: "polygon",
  fromToken: "USDC",
  toToken: "MATIC",
  amount: "100",
});

// Execute the transaction
const tx = await sdk.pay.transfer({
  route,
  recipient: "0x...",
});

console.log("Transaction hash:", tx.hash);

API de Pagos Web3

A server-side low-level HTTP API for custom web3 payment flows and backend integration.

// Server-side API for custom payment flows
import { ThirdwebSDK } from "@thirdweb-dev/sdk";

const sdk = new ThirdwebSDK("ethereum");

// Get the best route for a cross-chain swap
const route = await sdk.pay.getRoute({
  fromChain: "ethereum",
  toChain: "polygon",
  fromToken: "USDC",
  toToken: "MATIC",
  amount: "100",
});

// Execute the transaction
const tx = await sdk.pay.transfer({
  route,
  recipient: "0x...",
});

console.log("Transaction hash:", tx.hash);

API de Pagos Web3

A server-side low-level HTTP API for custom web3 payment flows and backend integration.

// Server-side API for custom payment flows
import { ThirdwebSDK } from "@thirdweb-dev/sdk";

const sdk = new ThirdwebSDK("ethereum");

// Get the best route for a cross-chain swap
const route = await sdk.pay.getRoute({
  fromChain: "ethereum",
  toChain: "polygon",
  fromToken: "USDC",
  toToken: "MATIC",
  amount: "100",
});

// Execute the transaction
const tx = await sdk.pay.transfer({
  route,
  recipient: "0x...",
});

console.log("Transaction hash:", tx.hash);