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: nexus_…
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
| Method | Path | Builds |
|---|---|---|
| POST | /api/tx/build | A transfer (payment) transaction |
| POST | /api/tx/build/delegation | Stake delegation to a pool |
| POST | /api/tx/build/stake-registration | Stake key registration / deregistration |
| POST | /api/tx/build/drep-registration | DRep registration / deregistration |
| POST | /api/tx/build/vote-delegation | Vote (governance) delegation |
| POST | /api/tx/build/withdrawal | Reward withdrawal |
| POST | /api/tx/max-ada | Maximum sendable ADA (after fees + min-UTXO) for an address |
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.