---
title: "Master Wallet"
method: GET
path: "/v1/wallets/{walletId}/auto-settlements"
tags: ["Auto Settlements"]
---

# Master Wallet

`GET /v1/wallets/{walletId}/auto-settlements`

This endpoint retrieves the auto settlement configurations for a specific wallet identified. It provides details about the rules and settings associated with automatic settlements for the specified wallet.

## Response `200`

200

- object
  - `data` object
    - `isActive` boolean
    - `name` string
    - `rules` object[]
      - `destination` object
        - `address` string
        - `asset` string
        - `blockchain` string
        - `isGateway` boolean
      - `isActive` boolean
      - `name` string
      - `order` string
      - `slippageTolerance` string
      - `source` object
        - `assets` string[]
        - `blockchain` string
        - `maxAmount` string
        - `minAmount` string
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/versions/97f95b4cfc0d/schema)
