cURL
curl --request POST \ --url https://api.bridge.xyz/v0/crypto_return_policies \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "refund_destination_address": "<string>", "refund_destination_blockchain_memo": "<string>", "refund_destination_chain": "<string>", "refund_destination_currency": "<string>", "strategy": "<string>" }'
201
example
{ "id": "<string>", "developer_id": "<string>", "refund_destination_address": "<string>", "refund_destination_blockchain_memo": "<string>", "refund_destination_chain": "<string>", "refund_destination_currency": "<string>", "strategy": "<string>"}
Crypto return policy object to be created
The body is of type object.
object
Crypto return policy created
The response is of type object.
Was this page helpful?