Skip to main content
GET
/
adapters
List all available adapters
curl --request GET \
  --url https://points.0xportal.io/api/v1/adapters \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "adapters": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API key based authentication

Response

Successfully returned list of adapters

success
boolean
adapters
string[]