Skip to main content
Four first calls, one per surface. All of them run against sandbox — nothing here moves real value.
Start with a read that needs no key at all, to confirm you can reach the API:
Then a read that does need one:
Now prepare a write. This returns unsigned transactions and a txId — nothing is on-chain yet:
Sign each returned transaction with the wallet matching signerAddress, then send:
Poll GET /get-transaction-status until it confirms.
signerAddress must be whitelisted by Brickken first. Ask for it when you request your key.

Where next

What you can do

Every capability, and which client reaches it.

Authentication

Credentials, the 402 handshake, plans, limits, and errors.

Dapp API reference

Every tokenization, STO, and read endpoint.

Postman collection

Ready-to-run requests for every endpoint.