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 APIs.
/v1/routes
Returns available routes based on the provided filters
/v1/tokens
Returns tokens based on the provided filters
/v1/chains
Returns all supported chains
/v1/links/:id
Get a payment link by ID
/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/onramp/status
Gets the status of an onramp transaction
/v1/status
Gets the status of a generated and submitted transaction
/v1/developer/fees
Gets the configured developer fee for the authenticated project.
/v1/developer/links
Returns all payment links for the authenticated project. Useful when listing all active payment links and their properties.
/v1/developer/links/:id
Gets a specific payment link that belongs to the authenticated project. To get a payment link without authentication, use `/v1/links/:id`.
/v1/developer/payments
Returns a list of payments for the authenticated project
/v1/developer/webhooks
Returns all webhooks for the authenticated project.