https://api.hyperbloom.xyz/
Endpoints
Explore the various endpoints available in the Swap API: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 theread-only
counterpart of/quote
.GET /swap/v1/sources
- Provides the liquidity sources that are active for a specified blockchain.
Authentication
HyperBloom secures your API requests through your account’s API keys. Once configured, ensure you include your key using theapi-key
header parameter in your requests.
To obtain an API key, please reach out to the HyperBloom team.