v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
support

Get API Metadata

Returns a list of supported chains and protocol IDs for a specific DeFi API category and endpoint.

💡 Compute Unit Value: 100 (fixed)

get/defi/v1

Query parameters

category'account' | 'dex' | 'bridge' required
Example:dex

Specifies the general API category. Valid values are account, dex, and bridge.

endpointstring required
Example:price

Specifies the endpoint name within the selected category. Available options:

Response

Successful response

statusinteger
msgstring
dataobject

Example response

{
  "status": 200,
  "msg": "success",
  "data": [
    {
      "protocolName": "Allbridge Classic",
      "protocolLogo": "https://images.ctfassets.net/hwqnbx905qdp/2vV87CvU8dpOWbEE4S5iyc/a8274f79f7c958f612b67cc6d541396a/85946314.png",
      "supportedChains": [
        {
          "chainName": "Ethereum",
          "chainSymbol": "ETH",
          "chainId": "1",
          "protocolId": "300",
          "chainLogo": "https://images.ctfassets.net/hwqnbx905qdp/1uwuF76WP6poLF5am22HFZ/bcece6e735a0d8505d23de16fdd7b89f/Protocol_Ethereum.svg"
        },
        {
          "chainName": "Avalanche",
          "chainSymbol": "C-AVAX",
          "chainId": "43114",
          "protocolId": "300",
          "chainLogo": "https://images.ctfassets.net/hwqnbx905qdp/7sdZNsYGFV8zfUNnFrMlXb/7eeee545a13447a0018ce3162ff21d76/eip155_59144-0x5471ea8f739dd37e9b81be9c5c77754d8aa953e4.webp"
        },
        {
          "chainName": "Polygon",
          "chainSymbol": "MATIC",
          "chainId": "137",
          "protocolId": "300",
          "chainLogo": "https://images.ctfassets.net/hwqnbx905qdp/Gk0M0TjvKl5OMLor03LpV/448163986bfe9319a5128b7ab734b68c/eip155_56-0xcc42724c6683b7e57334c4e856f4c9965ed682bd.webp"
        },
        {
          "chainName": "Fantom",
          "chainSymbol": "FTM",
          "chainId": "250",
          "protocolId": "300",
          "chainLogo": "https://images.ctfassets.net/hwqnbx905qdp/70kBoXxQrTqEjHrHMQIamh/6a6e76cf5da4b780c26717eeaa823347/eip155_56-0xad29abb318791d579433d831ed122afeaf29dcfe.webp"
        },
        {
          "chainName": "BinanceSmartChain",
          "chainSymbol": "BSC",
          "chainId": "56",
          "protocolId": "300",
          "chainLogo": "https://images.ctfassets.net/hwqnbx905qdp/4lToZjRQXkpr9xb34e5PEZ/0591c40dbafe060739489d232bc87950/eip155_1284-0xc9baa8cfdde8e328787e29b4b078abf2dadc2055.webp"
        },
        {
          "chainName": "Stellar",
          "chainSymbol": "XLM",
          "chainId": "1500",
          "protocolId": "300",
          "chainLogo": "https://images.ctfassets.net/hwqnbx905qdp/3KLxLBNccfDXD7ef3PwShn/c49ec95d80ab6c227d9fd320eab39fc6/Protocol_Stellar.png"
        },
        {
          "chainName": "XRPLedger",
          "chainSymbol": "XRPL",
          "chainId": "1600",
          "protocolId": "300",
          "chainLogo": "https://images.ctfassets.net/hwqnbx905qdp/YfQcBw3g5AQftCB1RnNMN/e9954b2a8316a300bdd0eef66553539f/Protocol_XRP.png"
        }
      ]
    }
  ]
}