GET
/
search
Query
curl --request GET \
  --url https://api.mobula.io/api/1/search
{
  "data": {
    "blockchains": [
      "Ethereum"
    ],
    "contracts": [
      "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"
    ],
    "id": 100001656,
    "liquidity": 626115369,
    "logo": "https://assets.coingecko.com/coins/images/1/large/bitcoin.png?1547033579",
    "market_cap": 513425544929,
    "name": "Bitcoin",
    "price": 26470.3509662373,
    "symbol": "BTC",
    "twitter": "https://twitter.com/bitcoin",
    "volume": 42592947,
    "website": "http://www.bitcoin.org"
  }
}

Query Parameters

name
string

Name or symbol (or starting name/symbol) of the asset

Response

200 - application/json
data
object[]