---
title: "Get all AutoPayout rules"
method: GET
path: "/payout/wallet/{user_token}/{wallet_token}/autopayout"
tags: ["Wallet"]
---

# Get all AutoPayout rules

`GET /payout/wallet/{user_token}/{wallet_token}/autopayout`

This **GET** endpoint is used to retrieve all autopayout rules currently applied to the provided wallet token. <br> You can use this endpoint to obtain information about the autopayout rules associated with the wallet. <br> To use this endpoint, you need to provide the `user_token` and `wallet_token` as required parameters in the URL Path. <br> The response will include a JSON array containing details for each autopayout rule, including the token, `destination_token` and percentage.

## Response `200`

Succesful operation.

- AutopayoutResp[]
  - `token` string, required — Autopayout token
  - `destination_token` string, required — The destination_token to autopayout (send payout to)
  - `percentage` number, float, required — The percent of incoming load that should be autopaid to the destination_token
  - `attr_set_token` string — The token that represents a set of attributes for a specific payer. Optional, specify the value if you''re trying to update a value of a specific attributes set.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

[API](https://skmtc.net/masspay/apis/masspay-api.md) · [All operations](https://skmtc.net/masspay/apis/masspay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/masspay/masspay-api/revisions/c03b61a6a551/schema)
