Skip to main content
GET
/
v1
/
chains
Get supported blockchain networks
curl --request GET \
  --url https://api-fundflow-qa.venly.io/v1/chains \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "result": {
    "supportedChains": [
      "ETHEREUM"
    ]
  }
}

Authorizations

Authorization
string
header
required

OAuth2 authentication via Venly Identity Platform

Response

Successfully retrieved supported chains

success
boolean
default:true
result
object

Blockchain networks supported by the platform