GET
/
v1
/
providers
Get Providers
curl --request GET \
  --url https://api.dkit.xyz/v1/providers
[
  {
    "name": "<string>",
    "provider": "<string>",
    "url": "<string>",
    "supportedActions": [
      "<string>"
    ],
    "supportedChainIds": [
      "<string>"
    ],
    "logoURI": "<string>",
    "count": 123,
    "keywords": [
      "<string>"
    ],
    "providers": [
      "<string>"
    ],
    "isDexAgg": true
  }
]

Response

200 - application/json

List of providers

The response is of type object[].