---
title: "Get a WAAS signature policy by walletId and policyId"
method: GET
path: "/environments/{environmentId}/waas/{walletId}/signaturePolicy/{policyId}"
tags: ["Waas"]
---

# Get a WAAS signature policy by walletId and policyId

`GET /environments/{environmentId}/waas/{walletId}/signaturePolicy/{policyId}`

## Path parameters

- `environmentId` string, required
- `walletId` string, required
- `policyId` string, uuid, required

## Response `200`

WAAS signature policy fetched successfully

- WaasWalletSignaturePolicyTmpResponse
  - `id` string, required
  - `walletId` string, required
  - `expiresAt` string, date-time, required — Timestamp when the policy expires
  - `policyContent` object[], required — Array of policy rules, each defining allowed addresses, chain, and value limits for different assets
    - `chain` 'EVM' | 'SVM' | 'SUI' | 'BTC' | 'TON', required
    - `toAddresses` union[], required — Array of allowed recipient addresses (vault addresses) for this chain
      - union
        - string — Valid blockchain wallet address, must be an alphanumeric string without any special characters
        - string — Valid Solana wallet address, must be a 44-character string using base58 characters
    - `valueLimits` object[], required — Array of value limits for different assets on this chain
      - `asset` union, required — Target asset address
        - string — Valid blockchain wallet address, must be an alphanumeric string without any special characters
        - string — Valid Solana wallet address, must be a 44-character string using base58 characters
      - `maxPerCall` string, required — Maximum value per transaction (as string to handle bigint)

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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