> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Get All Cryptocurrencies Available on Mobula

> Use the All Cryptocurrencies endpoint to retrieve the full list of cryptocurrencies available in Mobula, with an optional fields parameter to reduce payload size.

The [**All Cryptocurrencies**](https://docs.mobula.io/rest-api-reference/endpoint/all) endpoint lets you retrieve the full list of cryptocurrencies available in Mobula.

Because this endpoint can return a lot of data, you can use the `fields` parameter to only return what you need.

This is useful for building token lists, dropdowns, and bulk lookups.

***

<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
  <iframe src="https://www.youtube.com/embed/YT8YwFyaV90" title="YouTube video player" style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', border: 0 }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />
</div>

***

## What this endpoint does

With this API, you can:

* Retrieve a list of all cryptocurrencies available in Mobula
* Use the optional `fields` parameter to select which fields are returned
* Reduce payload size by returning only specific columns like `price`, `logo`, `name`, or `symbol`

***

## What you’ll need

* Basic knowledge of REST APIs
* No required parameters for this endpoint
* A Mobula API key

Note: All Mobula endpoints require an API key.\
Get a free API key: [Here](https://admin.mobula.io/)

***

## When to use All Cryptocurrencies

Use this endpoint when you want to:

* Retrieve the full list of cryptocurrencies available in Mobula
* Fetch specific columns like price, logo, or symbol in bulk using `fields`
* Reduce response size by limiting output fields for your use case

If you want to search by a query string instead of downloading the entire list, use: [**Fast Search**](https://docs.mobula.io/rest-api-reference/endpoint/fast-search)

If you want real-time market data for a specific token or market, use: [**Market Details**](https://docs.mobula.io/rest-api-reference/endpoint/market-details)

If you want enriched metadata (description, socials, tags) for a specific asset, use: [**Metadata**](https://docs.mobula.io/rest-api-reference/endpoint/metadata)

***

## Walkthrough to Get All Cryptocurrencies

### 1. Prepare your query

This endpoint has no required parameters. You can optionally use `fields` to reduce payload size.

| Parameter | Description                                                                  |
| --------- | ---------------------------------------------------------------------------- |
| `fields`  | Comma-separated list of fields to return (example: `logo,price,symbol,name`) |

Tip: This endpoint can return a large payload. For dashboards and token lists, using `fields` is usually the fastest option.

### 2. Fill the API form

Either:

* Call the endpoint without `fields` to retrieve the default payload, or
* Add `fields` to return only specific columns

Then click **Send**.

***

## Reviewing the response

The response contains a list of cryptocurrencies Mobula tracks.

* If you do not set `fields`, you receive the default fields for each cryptocurrency
* If you set `fields`, the response returns only the selected columns for each item

***

## Summary

The [**All Cryptocurrencies**](https://docs.mobula.io/rest-api-reference/endpoint/all) endpoint helps you:

* Retrieve all cryptocurrencies available in Mobula with one request
* Use `fields` to reduce payload size and return only what you need
* Build token lists, dropdowns, and bulk mapping tables
* Create your own search or indexing layer on top of the dataset

***

## Try Mobula for Free

Try our free API today and start building in minutes.\
Get your free API key: [Here](https://admin.mobula.io/)
