API Documentation

Build with Bounderoo's powerful API

Getting Started

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

Authentication

Include your API key in the Authorization header of all requests:

Authorization: Bearer YOUR_API_KEY

Main Endpoints

GET/prices/{symbol}

Get current price for a cryptocurrency

POST/swap/quote

Get a swap quote for two cryptocurrencies

POST/swap/execute

Execute a swap transaction

Code Examples

Get Market Price

curl -X GET 'https://api.bounderoo.com/v1/prices/BTC'

Get Swap Quote

curl -X POST 'https://api.bounderoo.com/v1/swap/quote'

Execute Swap

curl -X POST 'https://api.bounderoo.com/v1/swap/execute'

Rate Limits

  • Free tier: 100 requests per minute
  • Pro tier: 1,000 requests per minute
  • Enterprise: Custom rate limits