Skip to main content
GET
/
v1
/
ramp-requests
/
on-ramp
/
pairs
Get available on-ramp currency pairs
curl --request GET \
  --url https://api-fundflow-qa.venly.io/v1/ramp-requests/on-ramp/pairs \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "result": [
    {
      "from": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "currency": "<string>",
        "label": "<string>"
      },
      "to": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "currency": "<string>",
        "chain": "ETHEREUM",
        "label": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

OAuth2 authentication via Venly Identity Platform

Response

Successfully retrieved on-ramp pairs

success
boolean
default:true
result
object[]