
Overview
The Brickken Dapp API is the API-key authenticated surface for tokenized asset workflows. Use it when your integration owns a Brickken API key and wants to prepare transactions for a wallet to sign, submit signed transactions, or read tokenization and STO data. Use the Agentic API, MCP, or CLI for private-key based agentic flows.Base URLs
Sandbox and production are separate deployments with separate databases. An API key issued for one does not work on the other.
Authentication
Send your API key in every request:- You need a key. Request one with the email tied to your Brickken account.
- Your
signerAddressmust be whitelisted by Brickken. A prepare call will not accept an unknown signer. Ask for the whitelist in the same request as the key.
Postman Collection
Ready-to-run example requests for every endpoint.
Drive this API from an AI agent
The MCP server exposes every endpoint below as a tool, using the same API key.
Transaction Flow
Most write operations use the same three-step flow:- Prepare unsigned transactions with
POST /prepare-transactions. - Sign every returned transaction with the wallet matching
signerAddress. - Send the signed payloads with
POST /send-transactions, then pollGET /get-transaction-status.
txId and transactions. Sign the transaction or transactions locally, then send them:
Write Endpoints
Supported Methods
Read Endpoints
Networks
Pass
chainId as decimal or hex. Client tooling normalizes common values.
