# GET Refund

## /bridge/refund

> Request refund for a bridging request

```json
{"openapi":"3.1.1","info":{"title":"Native Brdige API","version":"1.0.0"},"servers":[{"url":"https://v2.api.native.org"}],"security":[],"paths":{"/swap-api-v2/v1/bridge/refund":{"get":{"summary":"/bridge/refund","deprecated":false,"description":"Request refund for a bridging request","tags":[],"parameters":[{"schema":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"name":"from_address","in":"query","description":"Address of the user requesting the refund","required":true},{"schema":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"name":"bridge_quote_id","in":"query","description":"Unique identifier for the bridging request. This should match the quoteId in the response of /bridge/firm-quote.","required":true},{"schema":{"type":"string"},"name":"api_key","in":"header","description":"The API key that was assigned to you by Native","required":true}],"responses":{"200":{"description":"Successful response containing refund details","headers":{},"content":{"application/json":{"schema":{"type":"object","properties":{}}}}}}}}}}
```
