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
}
]
Returns information about all supported swap 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
}
]
List of providers
The response is of type object[]
.