GET Refund

/bridge/refund

get

Request refund for a bridging request

Query parameters
from_addressstringRequired

Address of the user requesting the refund

Pattern: ^0x[a-fA-F0-9]{40}$
bridge_quote_idstringRequired

Unique identifier for the bridging request. This should match the quoteId in the response of /bridge/firm-quote.

Pattern: ^0x[a-fA-F0-9]{40}$
Header parameters
api_keystringRequired

The API key that was assigned to you by Native

Responses
get
/swap-api-v2/v1/bridge/refund
200

Successful response containing refund details

Last updated