Introduction to the HyperBloom API
https://api.hyperbloom.xyz/
GET /swap/v1/quote
- Retrieve a straightforward quote for purchasing or selling any ERC20 token. This endpoint returns a transaction that can be executed on a HyperEVM node.GET /swap/v1/price
- The /price
endpoint is similar to /quote
, with some key distinctions. Unlike /quote
, /price
does not return a transaction for on-chain submission; it simply provides the same data. Consider it the read-only
counterpart of /quote
.GET /swap/v1/sources
- Provides the liquidity sources that are active for a specified blockchain.api-key
header parameter in your requests.
To obtain an API key, please reach out to the HyperBloom team.