Skip to main content
The All Cryptocurrencies 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.

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

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 If you want real-time market data for a specific token or market, use: Market Details If you want enriched metadata (description, socials, tags) for a specific asset, use: 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.
ParameterDescription
fieldsComma-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 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