HTTP API to bridge, swap and onramp to and from any currency
Directly interact with the Universal Bridge API from your backend, using standard REST api.
/v1/routes
Returns available routes based on the provided filters
/v1/buy/quote
Returns an estimated quote for a given intent to purchase a token (the destination token). The quote is subject to change, use `/buy/prepare` to get the transaction to execute with a quote.
/v1/sell/quote
Returns an estimated quote for a given intent to sell a token (the origin token). The quote is subject to change, use `/sell/prepare` to get the transaction to execute with a quote.
/v1/buy/prepare
Returns a prepared quote with transaction data ready to be executed
/v1/onramp/prepare
Returns a link from the specified provider to onramp to the specified token.
/v1/onramp/status
Gets the status of an onramp transaction
/v1/sell/prepare
Returns a prepared sell quote with transaction data ready to be executed
/v1/transfer/prepare
Returns a prepared transfer with transaction data ready to be executed
/v1/status
Gets the status of a generated and submitted transaction