cURL
curl --request GET \ --url https://api-fundflow-qa.venly.io/v1/ramp-requests/off-ramp/pairs \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": [ { "from": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "currency": "<string>", "chain": "ETHEREUM", "label": "<string>" }, "to": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "currency": "<string>", "label": "<string>" } } ] }
Retrieves all available currency pairs for off-ramp (crypto to fiat) operations. Returns combinations of supported crypto currencies and their corresponding fiat currencies.
OAuth2 authentication via Venly Identity Platform
Successfully retrieved off-ramp pairs
Show child attributes