# Introduction

## Types of API Endpoints

bloXroute Solana Trader API has over 40 unique endpoints and even more on the way. Our product follows bloXroute’s mission to provide a DeFi infrastructure that helps the user “Listen faster, and act faster.” We sorted our endpoints based on the DeFi project we supported.&#x20;

You can find all the bloXroute Trader API-supported DEX projects and the correlated endpoints here.&#x20;

### Automatic Market Making

* Pump.fun
* Raydium
* Jupiter

### Spot Market

* Openbook

## Outline <a href="#outline" id="outline"></a>

{% tabs %}
{% tab title="Pump.fun" %}

### **URL:**&#x20;

[https://pump-uk.solana.dex.blxrbdn.com/<br>](https://pump-uk.solana.dex.blxrbdn.com/)&#x20;

<https://pump-ny.solana.dex.blxrbdn.com/>

### **Endpoints:**

GET

* Get Quotes

POST

* Create Swap Transaction
* Create Swap Transaction by SOL

Stream

* Stream New Tokens
* Stream Swaps
  {% endtab %}

{% tab title="Raydium" %}

### **URL:**&#x20;

#### `.../api/v2/raydium`

### **Endpoints:**

GET

* Get Pools
* Get Quotes

POST

* Create Swap Transaction
* Create Route Swap Transaction

Stream

* Stream Pool Reserves&#x20;
* Stream Swaps
  {% endtab %}

{% tab title="Jupiter " %}

### **URL:**&#x20;

#### `.../api/v2/jupiter`

### **Endpoints:**

GET

* Get Quotes

POST

* Create Swap Transaction
* Create Swap with Instrucstions
* Create Route Swap
  {% endtab %}

{% tab title="Openbook" %}

### **URL:**&#x20;

#### `.../api/v2/openbook`

### **Endpoints:**

GET

* Get Markets
* Get Orderbooks
* Get Depth
* Get Tickers
* Get Open Orders
* Get Unsettled

POST

* Create Order Transaction
* Create Replace Transaction
* Create Cancel Order Transaction&#x20;
* Create Settle Transaction

Stream

* Stream Orderbooks
* Stream Tickers
  {% endtab %}
  {% endtabs %}
