Webhooks allow your application to receive real-time notifications when events happen in your Bullring account. Instead of polling the API, we will send an HTTP POST request to your configured URL.Documentation Index
Fetch the complete documentation index at: https://docs.bullring.finance/llms.txt
Use this file to discover all available pages before exploring further.
Subaccount Created
Subaccount In Review
Subaccount Approved
When a subaccount is approved, the webhook includes a detailedcapabilities object showing which currencies, rails, and crypto assets are unlocked.
approved: Full access - all operations enabledlocked: No access - additional verification requiredpartial: Limited access - some operations/rails enabled
Subaccount Declined
When a subaccount is declined, the payload includes afailure_reason and a boolean can_resubmit indicating if the user is allowed to try again.