Skip to main content
brickken dapp calls Dapp API JSON endpoints with the configured API key. Use brickken tx for Dapp transaction methods that follow the prepare/sign/send flow.

dapp get

Call a Dapp API GET endpoint. The path must be relative to the configured Brickken base URL.
For several query parameters, repeat --query:
You can also load query parameters from a JSON or YAML file:

dapp request

Call a Dapp API JSON POST or PATCH endpoint with a request body loaded from a JSON or YAML file:
The command sends x-api-key and does not create an x402 payment. The operation is charged against the API key’s credits. Multipart file uploads such as /patch-token-docs are not supported by this JSON command. Use the REST API directly for multipart requests. Dapp tokenization, STO, and security-token methods use brickken tx prepare:
The transaction payload must include a whitelisted signerAddress and the API key must have sufficient credits. See the raw transaction reference for the method list and client-controlled signing flow.