The endpoint below creates a new market maker for the exchange.
Authorization: YOUR_API_KEY
application/json
business_id
(string, required): The ID of the business to be assigned as a market maker.
contacts
(array of objects, required): A list of associated contact users.
id
(string, required): Contact user ID.
type
(string, required): The type of contact (e.g., user).
swap_provider
(boolean, required): Indicates if the market maker provides swaps.
swap_weight
(integer, required): The weight or priority for the swap service (e.g., 0–100).
application/json