GET
/
crypto_return_policies
Get all crypto return policies
curl --request GET \
  --url https://api.bridge.xyz/v0/crypto_return_policies \
  --header 'Api-Key: <api-key>'
[
{
"id": "<string>",
"developer_id": "<string>",
"refund_destination_address": "<string>",
"refund_destination_blockchain_memo": "<string>",
"refund_destination_chain": "<string>",
"refund_destination_currency": "<string>",
"strategy": "<string>"
}
]

Authorizations

Api-Key
string
header
required

Response

200
application/json

List of crypto return policies

The response is of type object[].