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
fieldsparameter to select which fields are returned - Reduce payload size by returning only specific columns like
price,logo,name, orsymbol
What you’ll need
- Basic knowledge of REST APIs
- No required parameters for this endpoint
- A Mobula 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
Walkthrough to Get All Cryptocurrencies
1. Prepare your query
This endpoint has no required parameters. You can optionally usefields to reduce payload size.
| Parameter | Description |
|---|---|
fields | Comma-separated list of fields to return (example: logo,price,symbol,name) |
fields is usually the fastest option.
2. Fill the API form
Either:- Call the endpoint without
fieldsto retrieve the default payload, or - Add
fieldsto return only specific columns
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
fieldsto 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