Metadata

The OpenPool API offers the capability to retrieve metadata for Assets, Blockchains, Protocols, Tokens, Smart Contracts, and Function Signatures. These requests can be made by using either precise identifiers (ie: address, name) or with a broader search-term.

Requests

  • Get Assets
    • *Summary:**This endpoint is used to retrieve asset-level metadata
    • Request Method: GET
  • Get Blockchains
    • *Summary:**This endpoint is used to retrieve metadata for blockchain networks
    • Request Method: GET
  • Get Protocols
    • *Summary:**This endpoint is used to retrieve metadata for DeFi Protocols
    • Request Method: GET
  • Get Tokens
    • *Summary:**This endpoint returns token addresses for an Asset on a specified blockchain.
    • Request Method: GET
  • Get Smart Contract Names (Premium Endpoint)
    • *Summary:**This endpoint allows you to query our database of 50K+ EVM smart contracts to get the tags and labels associated with a smart contract address for identification and attribution.
    • Request Method: GET
  • Get Function Signature Names (Premium Endpoint)
    • *Summary:**This endpoint allows you to query our database of 1M+ EVM smart contract function signature names to add context to smart contract interactions & events.
    • Request Method: GET