---
title: "Get all crypto return policies"
method: GET
path: "/crypto_return_policies"
tags: ["Crypto Return Policies"]
---

# Get all crypto return policies

`GET /crypto_return_policies`

Retrieve all crypto return policies for the authenticated developer

## Response `200`

List of crypto return policies

- CryptoReturnPolicy[]
  - `id` string
  - `developer_id` string
  - `refund_destination_address` string
  - `refund_destination_blockchain_memo` string
  - `refund_destination_chain` string
  - `refund_destination_currency` string
  - `strategy` string

## Other responses

- `401` — Missing or invalid API key
- `500` — Unexpected error. User may try and send the request again.

---

[API](https://skmtc.dev/bridge/apis/bridge-api.md) · [All operations](https://skmtc.dev/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
