Chains

Get list of support chains

GET /v1/app/common/chains

Headers: Authentication

{
    "data": {
        "chains": [
          {
            "name": string, # Display name
            "id": string, # ID of the blockchain
            "type": string # EVM or NonEVM
          }
        ]
    }
}

Last updated