GET All market maker settings
Query parameters
liquidatorstringRequired
Header parameters
apiKeystringRequired
The API key that was assigned to you by Native
Responses
200
Success
application/json
500
There was an exception with the server
get
/v1/lend/all-mm-settingsGET /lend/v1/lend/all-mm-settings?liquidator=text HTTP/1.1
Host: newapi.native.org
apiKey: text
Accept: */*
[
  {
    "mm_address": "text",
    "settler": "text",
    "chain": {},
    "mm_partner": {},
    "hard_limit_usd_threshold": 1,
    "token_amount_limit": {},
    "is_forced_paused": true,
    "is_paused": true,
    "is_interest_paused": true,
    "liquidation_factor": 1,
    "leverage": 1,
    "whitelist_ips": [
      "text"
    ],
    "min_value_output_threshold": 1
  }
]Example response
[
    {
        "mm_address": "0x54083336251a609e79c7f8ebb6180b7ef5f96402",
        "chains": [
            "base"
        ]
    },
    {
        "mm_address": "0xff8ba4d1fc3762f6154cc942ccf30049a2a0cec6",
        "chains": [
            "base"
        ]
    }
]Last updated