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 APIGET endpoint. The path must be relative to the configured Brickken base URL.
--query:
dapp request
Call a Dapp API JSONPOST or PATCH endpoint with a request body loaded from a JSON or YAML file:
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.
Related transaction flow
Dapp tokenization, STO, and security-token methods usebrickken tx prepare:
signerAddress and the API key must have sufficient credits. See the raw transaction reference for the method list and client-controlled signing flow.