cURL
curl --request GET \ --url https://points.0xportal.io/api/v1/adapters \ --header 'Authorization: <api-key>'
{ "success": true, "adapters": [ "<string>" ] }
API key based authentication
Successfully returned list of adapters
Was this page helpful?