Endpoints on this page require the Transaction Builder add-on. Without it they return HTTP 402 with
"addon": "transactionBuilder".https://nexus.gerowallet.io · Auth: X-Api-Key: nxs_…
The flow
- Build - POST your intent to a builder endpoint → receive unsigned CBOR.
- Sign - sign the CBOR client-side (your wallet / CIP-30 / key material). Nexus never sees your keys.
- 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. Itsbuild-tx and submit endpoints require this Transaction Builder add-on.