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

# Master Wallet Get Rule

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

This endpoint allows you to retrieve the details of a specific auto-settlement rule associated with a particular wallet.

## Path Parameters

| Field | Type   | Description |
|-------|--------|-------------|
| `id`  | string | The unique identifier of the auto-settlement rule to retrieve. |

## Response `200`

200

- object
  - `data` object
    - `destination` object
      - `address` string
      - `asset` string
      - `blockchain` string
    - `id` string
    - `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)
