Build with Bounderoo's powerful API
The Bounderoo API allows you to programmatically access market data, execute trades, and manage your account. All API requests require authentication using your API key.
Base URL:
https://api.bounderoo.com/v1
Include your API key in the Authorization header of all requests:
Get current price for a cryptocurrency
Get a swap quote for two cryptocurrencies
Execute a swap transaction
curl -X GET 'https://api.bounderoo.com/v1/prices/BTC'curl -X POST 'https://api.bounderoo.com/v1/swap/quote'curl -X POST 'https://api.bounderoo.com/v1/swap/execute'