cURL
curl --request GET \ --url https://api-fundflow-qa.venly.io/v1/fees \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "type": "ON_RAMP", "minVolume": 123, "maxVolume": 123, "percentage": 123, "version": 123 } ] }
Retrieves the fee configuration for the authenticated company. Fees are company-specific and may include volume tiers.
OAuth2 authentication via Venly Identity Platform
Successfully retrieved fee configuration
Show child attributes