Skip to main content
Hero Light

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:
Request a key from 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:
  1. Prepare unsigned transactions with POST /prepare-transactions.
  2. Sign every returned transaction with the wallet matching signerAddress.
  3. Send the signed payloads with POST /send-transactions, then poll GET /get-transaction-status.
The response includes 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.
Prepared transactions are on-chain actions. Verify chainId, signerAddress, token symbol or token address, and all recipient addresses before signing.