
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
Authentication
Send your API key in every request:tech@brickken.com with the email tied to your Brickken account.
Postman Collection
Download the official Postman collection and environments to explore every endpoint with ready-to-run example requests.
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
PasschainId as decimal or hex. Client tooling normalizes common values.
