v1

latestOpenAPI 3.0.32026-07-2639188178.2 KB
fungibles

Get fungible asset by implementation

This endpoint returns a fungible asset by its implementation. The implementation is a chain (for base asset) or chain:address pair (e.g., "ethereum", ethereum:0xa5a4214bb5f00c86b7969b7dc007302e4f6f05d6").

get/v1/fungibles/by-implementation

Query parameters

implementationstring required

Fungible implementation in the format chain or chain:address (e.g., "ethereum:0xa5a4214bb5f00c86b7969b7dc007302e4f6f05d6").

If only the chain is provided without an address (e.g., "ethereum"), it will return the base asset of that chain.

currency'eth' | 'btc' | 'usd' | 'eur' | 'krw' | 'rub' | 'gbp' | 'aud' | 'cad' | 'inr' | 'jpy' | 'nzd' | 'try' | 'zar' | 'cny' | 'chf'

Denominated currency value of returned prices

Response

Resource for requested fungible

Example response

{
  "links": {
    "related": "https://api.zerion.io/v1/fungibles/0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6"
  },
  "data": {
    "type": "fungibles",
    "id": "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6",
    "attributes": {
      "name": "Bankless BED Index",
      "symbol": "BED",
      "description": "The BED index is meant to track crypto's top 3 investab.",
      "icon": {
        "url": "https://token-icons.s3.amazonaws.com/0x0391d2021f89dc339f60fff84546ea23e337750f.png"
      },
      "flags": {
        "verified": true
      },
      "external_links": [
        {
          "type": "website",
          "name": "Website",
          "url": "https://www.indexcoop.com"
        }
      ],
      "implementations": [
        {
          "chain_id": "ethereum",
          "address": "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6",
          "decimals": 18,
          "market_data": {
            "trading_volumes": {
              "volume_1d": 40096375.69294812
            }
          },
          "deployment_date": "2020-09-09T11:11:13Z"
        }
      ],
      "market_data": {
        "total_supply": 29905.762448515918,
        "circulating_supply": 29905.762448515918,
        "fully_diluted_valuation": 3196313.736038149,
        "market_cap": 3196313.736038149,
        "price": 106.87952669793131,
        "changes": {
          "percent_1d": -0.7379066649086338,
          "percent_30d": -2.499465618806962,
          "percent_90d": 11.316340269371775
        },
        "trading_volumes": {
          "volume_1d": 40096375.69294812
        }
      }
    },
    "relationships": {
      "chart_hour": {
        "links": {
          "related": "https://api.zerion.io/v1/fungibles/0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6/charts/hour"
        },
        "data": {
          "type": "fungible_charts",
          "id": "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6-hour"
        }
      },
      "chart_day": {
        "links": {
          "related": "https://api.zerion.io/v1/fungibles/0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6/charts/day"
        },
        "data": {
          "type": "fungible_charts",
          "id": "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6-day"
        }
      },
      "chart_week": {
        "links": {
          "related": "https://api.zerion.io/v1/fungibles/0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6/charts/week"
        },
        "data": {
          "type": "fungible_charts",
          "id": "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6-week"
        }
      },
      "chart_month": {
        "links": {
          "related": "https://api.zerion.io/v1/fungibles/0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6/charts/month"
        },
        "data": {
          "type": "fungible_charts",
          "id": "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6-month"
        }
      },
      "chart_year": {
        "links": {
          "related": "https://api.zerion.io/v1/fungibles/0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6/charts/year"
        },
        "data": {
          "type": "fungible_charts",
          "id": "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6-year"
        }
      },
      "chart_max": {
        "links": {
          "related": "https://api.zerion.io/v1/fungibles/0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6/charts/max"
        },
        "data": {
          "type": "fungible_charts",
          "id": "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6-max"
        }
      }
    }
  }
}