cURL
curl --request GET \ --url https://api-fundflow-qa.venly.io/v1/chains \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "supportedChains": [ "ETHEREUM" ] } }
Retrieves all blockchain networks supported by the platform for cryptocurrency operations.
OAuth2 authentication via Venly Identity Platform
Successfully retrieved supported chains
Blockchain networks supported by the platform
Show child attributes