# Bron Developer ## Docs - [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 Accounts](https://developer.bron.org/api-reference/accounts/get-accounts.md): Retrieve your accounts - [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 - [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 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 - [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 - [Get Deposit Addresses](https://developer.bron.org/api-reference/addresses/get-deposit-addresses.md): Retrieve information about all deposit addresses in an workspace - [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 Asset Prices](https://developer.bron.org/api-reference/assets/get-asset-prices.md): Provides market pricing data for asset ids - [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 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 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 Prices](https://developer.bron.org/api-reference/assets/get-prices.md): Provides market pricing data for symbol ids - [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 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 - [Authentication](https://developer.bron.org/api-reference/authentication.md) - [Get balance by ID](https://developer.bron.org/api-reference/balances/get-balance-by-id.md): Fetch balance details - [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 - [Create API Key](https://developer.bron.org/api-reference/create-api-key.md) - [Errors](https://developer.bron.org/api-reference/errors.md) - [Getting Started](https://developer.bron.org/api-reference/getting-started.md) - [Golang SDK](https://developer.bron.org/api-reference/golang-sdk.md) - [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). - [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. - [Python SDK](https://developer.bron.org/api-reference/python-sdk.md) - [Rate limits](https://developer.bron.org/api-reference/rate-limits.md) - [Get Stakes](https://developer.bron.org/api-reference/stake/get-stakes.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 Transaction Limits](https://developer.bron.org/api-reference/transaction-limits/get-transaction-limits.md): API Key permissions: View only, Transaction Operator, Full Access - [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 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. - [Create signing request](https://developer.bron.org/api-reference/transactions/create-signing-request.md): Create signing request for an transaction - [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: - [Decline Transaction](https://developer.bron.org/api-reference/transactions/decline-transaction.md): Decline a transaction pending approval due to limit restrictions - [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 - [Get Transaction Events](https://developer.bron.org/api-reference/transactions/get-transaction-events.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 - [Reject Outgoing Offer](https://developer.bron.org/api-reference/transactions/reject-outgoing-offer.md): API Key permissions: Transaction Operator, Full Access - [Try it out](https://developer.bron.org/api-reference/try-it-out.md) - [TypeScript SDK](https://developer.bron.org/api-reference/typescript-sdk.md) - [Get Activities](https://developer.bron.org/api-reference/workspaces/get-activities.md): Retrieve information about all activities in the workspace - [Get Workspace by ID](https://developer.bron.org/api-reference/workspaces/get-workspace-by-id.md): Retrieve information about workspace - [Get Workspace Members](https://developer.bron.org/api-reference/workspaces/get-workspace-members.md): Retrieve information about workspace members - [Bug Bounty](https://developer.bron.org/bug-bounty/about.md): Responsible vulnerability disclosure program — Bron Foundation - [MPC Hot Signer](https://developer.bron.org/hot-signer/about.md): Automated transaction signing with enterprise-grade security - [Bron Intents](https://developer.bron.org/intents/about.md): Open protocol for cross-chain swaps - [User's HTTP API](https://developer.bron.org/intents/api.md): Step-by-step tutorial for creating and settling intents using the Bron API - [Broadcaster Integrator Guide](https://developer.bron.org/intents/broadcaster.md) - [Oracle](https://developer.bron.org/intents/oracle.md) - [Reference](https://developer.bron.org/intents/reference.md) - [Solver Guide](https://developer.bron.org/intents/solver.md) - [Technical Details](https://developer.bron.org/intents/technical-details.md) ## OpenAPI Specs - [bron-open-api-public](https://developer.bron.org/bron-open-api-public.json) - [bron-open-api-post-workspaces-workspaceid-transactions-application-vnd.dry-run-transaction+json](https://developer.bron.org/extensions/bron-open-api-post-workspaces-workspaceid-transactions-application-vnd.dry-run-transaction+json.json) - [bron-open-api-post-workspaces-workspaceid-transactions-application-vnd.bulk-transactions+json](https://developer.bron.org/extensions/bron-open-api-post-workspaces-workspaceid-transactions-application-vnd.bulk-transactions+json.json) - [bron-open-api-post-workspaces-workspaceid-transactions-application-json](https://developer.bron.org/extensions/bron-open-api-post-workspaces-workspaceid-transactions-application-json.json) - [bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.decline-transaction+json](https://developer.bron.org/extensions/bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.decline-transaction+json.json) - [bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.create-signing-request+json](https://developer.bron.org/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.cancel-transaction+json](https://developer.bron.org/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.approve-transaction+json](https://developer.bron.org/extensions/bron-open-api-patch-workspaces-workspaceid-transactions-transactionid-application-vnd.approve-transaction+json.json) - [openapi](https://developer.bron.org/api-reference/openapi.json)