Create account
Create a new bookmaker account for the authenticated client. Each client can have multiple accounts per bookmaker. Use priority to control which account is selected first.
Authorizations
API key for authentication. Contact contact@55-tech.com to obtain a key.
Body
Bookmaker slug (e.g., 'pinnacle')
Account username
Account password
Initial balance
Whether account is active
Priority for account selection (higher = preferred)
Maximum stake override
Minimum stake override
Account's trading currency (e.g., 'USD', 'EUR')
Additional metadata
Response
Account created successfully
Bookmaker slug
Account username
Client name that owns this account
Always masked as '***'
Current balance
Whether account is active
Priority for account selection (higher = preferred)
Maximum stake override
Minimum stake override
Account's trading currency
Force live odds fetch from bookmaker API
Additional metadata
Creation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
Whether the account permits splitting a stake across multiple bets
Exchange rate snapshot for currencyId: { currency, currencyValue, updatedAt }. Null when no rate is available.