GET Refund
Request refund for a bridging request
Query parameters
from_addressstringRequiredPattern:
Address of the user requesting the refund
^0x[a-fA-F0-9]{40}$bridge_quote_idstringRequiredPattern:
Unique identifier for the bridging request. This should match the quoteId in the response of /bridge/firm-quote.
^0x[a-fA-F0-9]{40}$Header parameters
api_keystringRequired
The API key that was assigned to you by Native
Responses
200
Successful response containing refund details
application/json
get
/swap-api-v2/v1/bridge/refund200
Successful response containing refund details
Last updated