| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Category

`category`

#### type 
string

#### enum

required

Specifies the general API category. Valid values are `account`, `dex`, and `bridge`.

- **Allowed values:**  
  `account`, `dex`, `bridge`

### Endpoint

`endpoint`

#### type 
string

required

Specifies the endpoint name within the selected category. Available options:

- **`account` category:**  
  - [`allowance`](https://docs.blockdaemon.com/reference/defi-account-allowance)  
  - [`portfolio`](https://docs.blockdaemon.com/reference/defi-account-portfolio)
- **`dex` category:**  
  - [`price`](https://docs.blockdaemon.com/reference/defi-dex-get-price)  
  - [`quotes`](https://docs.blockdaemon.com/reference/defi-dex-quote-aggregator)  
  - [`swaps`](https://docs.blockdaemon.com/reference/defi-dex-swap-aggregator)  
  - [`swap`](https://docs.blockdaemon.com/reference/defi-dex-swap)  
  - [`swap-with-approval`](https://docs.blockdaemon.com/reference/defi-dex-swap-with-approval)
- **`bridge` category:**  
  - [`tokens`](https://docs.blockdaemon.com/reference/defi-bridge-tokens)  
  - [`price`](https://docs.blockdaemon.com/reference/defi-bridge-get-price)  
  - [`quotes`](https://docs.blockdaemon.com/reference/defi-bridge-quote-aggregator)  
  - [`swaps`](https://docs.blockdaemon.com/reference/defi-bridge-swap-aggregator)  
  - [`unlock`](https://docs.blockdaemon.com/reference/defi-bridge-unlock)  
  - [`swap`](https://docs.blockdaemon.com/reference/defi-bridge-swap)  
  - [`swap-with-approval`](https://docs.blockdaemon.com/reference/defi-bridge-swap-with-approval)  
  - [`transactions`](https://docs.blockdaemon.com/reference/defi-bridge-get-transaction)

# ``200      Successful response

```
xxxxxxxxxx

curl --request GET \
     --url 'https://svc.blockdaemon.com/defi/v1?category=account' \
     --header 'accept: application/json'
```

**Response Code:** `200`  
**Updated:** 2 months ago

#### Did this page help you?

Yes  
No

ShellNodeRubyPHPPython

```  
your example code here
```
