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

Documentation Index

Fetch the complete documentation index at: https://docs.venlyfinance.com/llms.txt

Use this file to discover all available pages before exploring further.

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