# Bron Developer - [Getting Started](https://developer.bron.org/api-reference/getting-started.md) - [Create API Key](https://developer.bron.org/api-reference/create-api-key.md) - [Authentication](https://developer.bron.org/api-reference/authentication.md) - [Try it out](https://developer.bron.org/api-reference/try-it-out.md) - [Rate limits](https://developer.bron.org/api-reference/rate-limits.md) - [Errors](https://developer.bron.org/api-reference/errors.md) - [Get Asset Prices](https://developer.bron.org/api-reference/assets/get-asset-prices.md): Provides market pricing data for asset ids - [Get Asset Price Series](https://developer.bron.org/api-reference/assets/get-asset-price-series.md): Returns time-series of close prices for a given asset over a chart period (1h/1d/1w/1m/1y/all). - [Get Assets](https://developer.bron.org/api-reference/assets/get-assets.md): Assets represent specific implementations of symbols on particular networks or exchanges. They are the concrete, actionable instances that users can actually hold, trade, or interact with. - [Get Asset by ID](https://developer.bron.org/api-reference/assets/get-asset-by-id.md): Retrieves information about a single asset by its ID - [Get Networks](https://developer.bron.org/api-reference/assets/get-networks.md): Networks represent the underlying blockchain infrastructure or traditional financial systems where assets can exist and be transacted. - [Get Network by ID](https://developer.bron.org/api-reference/assets/get-network-by-id.md): Retrieves information about a single network by its ID - [Get Prices](https://developer.bron.org/api-reference/assets/get-prices.md): Provides market pricing data for symbol ids - [Get Symbols](https://developer.bron.org/api-reference/assets/get-symbols.md): Symbols represent the fundamental identity of a financial instrument - the ticker symbol and basic metadata that identifies what something is, regardless of where it exists or how it's implemented - [Get Symbol by ID](https://developer.bron.org/api-reference/assets/get-symbol-by-id.md): Retrieves information about a single symbol by its ID - [Get Workspace Prices](https://developer.bron.org/api-reference/assets/get-workspace-prices.md): Provides market pricing data for symbol ids. Enable the used filter to limit results to assets ever used in this workspace's transactions. - [Get intent swap pairs](https://developer.bron.org/api-reference/intents/get-intent-swap-pairs.md): Returns every swap pair currently available for intents, with inline token metadata for both sides. No authentication is required for this endpoint. Intended for broadcaster integrators to discover the tradable universe. The list is advisory and cached for a few minutes — the quote endpoint is autho… - [Create Intent request](https://developer.bron.org/api-reference/intents/create-intent-request.md): Creates an intent for swaps between two assets. [More details](/intents/about). - [Request indicative swap quote](https://developer.bron.org/api-reference/intents/request-indicative-swap-quote.md): Request an indicative price for a potential swap between two assets without creating an on-chain order. Used by broadcaster integrators to display rates before initiating `createOrder`. Includes a hard floor (`minToAmount`) enforced on-chain via `maxPrice`. - [Get Intent request by ID](https://developer.bron.org/api-reference/intents/get-intent-request-by-id.md): Returns the details of a single intents with price and status. - [Get Workspace by ID](https://developer.bron.org/api-reference/workspaces/get-workspace-by-id.md): Retrieve information about workspace - [Get Activities](https://developer.bron.org/api-reference/workspaces/get-activities.md): Retrieve information about all activities in the workspace - [Get Workspace Members](https://developer.bron.org/api-reference/workspaces/get-workspace-members.md): Retrieve information about workspace members - [Get Accounts](https://developer.bron.org/api-reference/accounts/get-accounts.md): Retrieve your accounts - [Get Account by ID](https://developer.bron.org/api-reference/accounts/get-account-by-id.md): API Key permissions: View only, Transaction Operator, Full Access, MPC Hot Signer - [Get Address Book records](https://developer.bron.org/api-reference/address-book/get-address-book-records.md): Retrieve information about crypto addresses in an workspace's address book - [Create Address Book record](https://developer.bron.org/api-reference/address-book/create-address-book-record.md): Save a crypto address in an workspace's address book - [Get Address Book record by ID](https://developer.bron.org/api-reference/address-book/get-address-book-record-by-id.md): Retrieve information about a crypto address in an workspace's address book - [Deactivate Address Book record](https://developer.bron.org/api-reference/address-book/deactivate-address-book-record.md): Deactivate a crypto address in an workspace's address book - [Get Addresses](https://developer.bron.org/api-reference/addresses/get-addresses.md): Retrieve information about all receiving addresses in a workspace - [Get balances](https://developer.bron.org/api-reference/balances/get-balances.md): When you perform request without accountIds or assetId or balanceIds, the method returns all balances which has non-zero balances only - [Get balance by ID](https://developer.bron.org/api-reference/balances/get-balance-by-id.md): Fetch balance details - [Canton Ledger API passthrough](https://developer.bron.org/api-reference/canton/canton-ledger-api-passthrough.md): Forwards a whitelisted Canton JSON Ledger API request on behalf of a wallet connected via WalletConnect. This route only proxies a read-only set of requests after validating ownership of the calling parties. - [Get Stakes](https://developer.bron.org/api-reference/stake/get-stakes.md): API Key permissions: View only, Transaction Operator, Full Access - [Get Transaction Limits](https://developer.bron.org/api-reference/transaction-limits/get-transaction-limits.md): API Key permissions: View only, Transaction Operator, Full Access - [Get Limit Approver Candidates](https://developer.bron.org/api-reference/transaction-limits/get-limit-approver-candidates.md): API Key permissions: View only, Transaction Operator, Full Access - [Get Transaction Limit by ID](https://developer.bron.org/api-reference/transaction-limits/get-transaction-limit-by-id.md): API Key permissions: View only, Transaction Operator, Full Access - [Get Transactions](https://developer.bron.org/api-reference/transactions/get-transactions.md): API Key permissions: View only, Transaction Operator, Full Access, MPC Hot Signer - [Create Transaction](https://developer.bron.org/api-reference/transactions/create-transaction.md): Universal Create Transaction endpoint for moving on-chain assets with full control over parameters. Use it to: - [Create Multiple Transactions](https://developer.bron.org/api-reference/transactions/create-multiple-transactions.md): Bulk transactions creation. If the execution of an transaction fails, it will not affect the execution of other transactions. Failed transactions will be returned in the response. The bulk size should be less than 50 transactions. - [Dry-Run Transaction](https://developer.bron.org/api-reference/transactions/dry-run-transaction.md): Simulate (test) transaction execution, returns estimations without executing the transaction - [Get Transaction by ID](https://developer.bron.org/api-reference/transactions/get-transaction-by-id.md): API Key permissions: View only, Transaction Operator, Full Access, MPC Hot Signer - [Accept Deposit Offer](https://developer.bron.org/api-reference/transactions/accept-deposit-offer.md): API Key permissions: Transaction Operator, Full Access - [Approve Transaction](https://developer.bron.org/api-reference/transactions/approve-transaction.md): Approve a transaction that triggered approval workflow due to transfer limits - [Cancel Transaction](https://developer.bron.org/api-reference/transactions/cancel-transaction.md): API Key permissions: Transaction Operator, Full Access - [Create signing request](https://developer.bron.org/api-reference/transactions/create-signing-request.md): Create signing request for an transaction - [Decline Transaction](https://developer.bron.org/api-reference/transactions/decline-transaction.md): Decline a transaction pending approval due to limit restrictions - [Get Transaction Events](https://developer.bron.org/api-reference/transactions/get-transaction-events.md): API Key permissions: View only, Transaction Operator, Full Access - [Reject Outgoing Offer](https://developer.bron.org/api-reference/transactions/reject-outgoing-offer.md): API Key permissions: Transaction Operator, Full Access - [TypeScript SDK](https://developer.bron.org/sdk/typescript.md) - [Golang SDK](https://developer.bron.org/sdk/golang.md) - [Python SDK](https://developer.bron.org/sdk/python.md) - [Overview](https://developer.bron.org/sdk/cli.md) - [Authentication & profiles](https://developer.bron.org/sdk/cli/auth.md) - [Output formats & schema](https://developer.bron.org/sdk/cli/output.md) - [Live updates](https://developer.bron.org/sdk/cli/subscribe.md) - [MCP server](https://developer.bron.org/sdk/cli/mcp.md) - [Cookbook](https://developer.bron.org/sdk/cli/cookbook.md) - [LLM agent integration](https://developer.bron.org/sdk/cli/agents.md) - [Errors & exit codes](https://developer.bron.org/sdk/cli/errors.md) - [MPC Hot Signer](https://developer.bron.org/hot-signer/about.md): Automated transaction signing with enterprise-grade security - [Bug Bounty](https://developer.bron.org/bug-bounty/about.md): Responsible vulnerability disclosure program — Bron Foundation - [Bron Intents](https://developer.bron.org/intents/about.md): Open protocol for cross-chain swaps - [Technical Details](https://developer.bron.org/intents/technical-details.md) - [Oracle](https://developer.bron.org/intents/oracle.md) - [Solver Guide](https://developer.bron.org/intents/solver.md) - [Broadcaster Integrator Guide](https://developer.bron.org/intents/broadcaster.md) - [User's HTTP API](https://developer.bron.org/intents/api.md): Step-by-step tutorial for creating and settling intents using the Bron API - [Reference](https://developer.bron.org/intents/reference.md) ## OpenAPI Specs - [bron-open-api-public](/bron-open-api-public.json) - [bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.approve-transaction+json](/extensions/bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.approve-transaction+json.json) - [bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.cancel-transaction+json](/extensions/bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.cancel-transaction+json.json) - [bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.create-signing-request+json](/extensions/bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.create-signing-request+json.json) - [bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.decline-transaction+json](/extensions/bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.decline-transaction+json.json) - [bron-open-api-post-workspaces-workspaceid-transactions-application-json](/extensions/bron-open-api-post-workspaces-workspaceid-transactions-application-json.json) - [bron-open-api-post-workspaces-workspaceid-transactions-application-vnd.bulk-transactions+json](/extensions/bron-open-api-post-workspaces-workspaceid-transactions-application-vnd.bulk-transactions+json.json) - [bron-open-api-post-workspaces-workspaceid-transactions-application-vnd.dry-run-transaction+json](/extensions/bron-open-api-post-workspaces-workspaceid-transactions-application-vnd.dry-run-transaction+json.json)