Skip to main content

Overview

Tempo is a general-purpose blockchain optimized for payments - designed for consistent gas fees, high throughput, and developer-first features that modern payment systems demand. Tempo has been built alongside design partners including DoorDash, Anthropic, and Klarna, shaping the chain around the needs of high-scale, real-world payment products. Bridge provides native Tempo support across our full product suite. If you’re building on Tempo and need fiat on/off-ramps, stablecoin issuance, wallets, or payment infrastructure, you’re in the right place.

What we support

  • Virtual Accounts - Set up fiat accounts that settle directly to Tempo.
  • Transfers - Onramp via multiple fiat rails as a 1st party or from 3rd party businesses, offramp to any recipient.
  • Liquidation Addresses - Auto-convert Tempo stablecoin deposits to fiat or other crypto
  • Wallets - Provision and manage Tempo wallets for your users.
  • Issuance - Mint and redeem custom stablecoins on Tempo.
  • Cards (WIP) - Issue virtual and physical cards funded by Tempo stablecoin balances
Cards on Tempo are currently in development. Reach out to sales@bridge.xyz to join the early access list!

Request/Response Examples

Request
curl --request POST \
  --url https://api.bridge.xyz/v0/customers/INSERT_CUSTOMER_ID/wallets \
  --header 'Api-Key: INSERT_TEST_KEY' \
  --header 'Content-Type: application/json' \
  --header 'Idempotency-Key: INSERT_IDEMPOTENCY_KEY' \
  --data '
{
  "chain": "tempo"
}
Response
{
  "id": "40332a94-768d-495f-9f18-07286e6666666",
  "tags": [],
  "chain": "tempo",
  "address": "0xd31d9a3e463cb2e97678f3c1f88720b7c7eb01dd",
  "balances": [
    {
      "chain": "tempo",
      "balance": "0.0",
      "currency": "eurc",
      "contract_address": "0x20c0000000000000000000001621e21f71cf12fb"
    },
    {
      "chain": "tempo",
      "balance": "0.0",
      "currency": "usdc",
      "contract_address": "0x20c000000000000000000000b9537d11c60e8b50"
    }
  ],
  "created_at": "2026-03-09T19:06:40.805Z",
  "updated_at": "2026-03-09T19:06:40.805Z",
  "customer_id": "1e9ca0e3-f5d4-45d2-bfa5-07286e6665666"
}

Complimentary Integration Support

We’re offering complimentary hands-on integration assistance to a select cohort of developers building on Tempo. Our solutions engineering team will pair with you to get from zero to production as quickly as possible.Reach out to sales@bridge.xyz to reserve your spot — space is limited.

FAQ

No. Bridge manages the Tempo network connection on your behalf. You interact exclusively with Bridge’s dashboard and APIs.
Minimal. Set blockchain as tempo in your API calls. Webhooks, error handling, idempotency — everything else stays the same.
Explore supported payment routes here in our docs!
Cards on Tempo are coming soon. Contact sales@bridge.xyz to join the early access list.