Metadata API
Get details of all cryptocurrencies
GET
/
all
Query
curl --request GET \
--url https://api.mobula.io/api/1/all
{
"data": {
"blockchains": [
"Ethereum"
],
"id": 100000871,
"name": "Arc",
"symbol": "ARC"
}
}
Query Parameters
fields
string
Extra fields needed
Response
200 - application/json
data
object[]
Was this page helpful?
curl --request GET \
--url https://api.mobula.io/api/1/all
{
"data": {
"blockchains": [
"Ethereum"
],
"id": 100000871,
"name": "Arc",
"symbol": "ARC"
}
}