Skip to main content
Transaction Builder add-on. Build Cardano transactions without running your own UTXO selection, fee calculation, or CBOR serialization. You send intent (recipient, amount, certificate, etc.); Nexus returns an unsigned transaction CBOR. You sign it with your wallet/keys and submit it.
Endpoints on this page require the Transaction Builder add-on. Without it they return HTTP 402 with "addon": "transactionBuilder".
Base URL: https://nexus.gerowallet.io · Auth: X-Api-Key: nxs_…

The flow

  1. Build - POST your intent to a builder endpoint → receive unsigned CBOR.
  2. Sign - sign the CBOR client-side (your wallet / CIP-30 / key material). Nexus never sees your keys.
  3. Submit - POST the signed CBOR to the core API’s POST /api/transactions/submit.

Builders

DEX aggregator

Best-execution swaps routed across Cardano DEXes, with non-custodial co-signed submission, have their own page: DEX Aggregator. Its build-tx and submit endpoints require this Transaction Builder add-on.

Example

Full request/response schemas for each builder are in the API Reference.