DoritoKit API
/providers - Request supported chains by a swap provider
The /providers endpoint allows users to retrieve a comprehensive list of all available swap providers integrated by dKit and their supported chains and metadata. This endpoint does not require any parameters and always returns the full list of providers and their information.
Method: GET
URL: /providers
Request example:
Response structure
The response contains an array of provider objects. Each object includes the following fields:
name
andprovider
: The name of the provider, used by DoritoKit to reference it.keywords
: Relevant keywords for the provider.count
: Number of supported tokens.logoURI
: URL to the provider’s logo.url
: URL to the provider’s token list.supportedChainIds
: List of supported chain IDs for the provider.
Sample provider information
Supported providers
Below is the list of all providers available in the /providers
response:
Chain IDs and corresponding names
The supportedChainIds
field includes a list of chain IDs that each provider supports. The Chain IDs are standard among the crypto space so you may see the chains referenced by them elsewhere too. Below is a table with the chain IDs integrated by dKit and their corresponding regular names:
Chain ID | Chain Name |
---|---|
| Ethereum Mainnet |
| Arbitrum One |
| Avalanche C-Chain |
| Base |
| Binance Smart Chain (BSC) |
| Solana |
| Bitcoin |
| Bitcoin Cash |
| Litecoin |
| Cosmos Hub |
| Dash |
| Dogecoin |
| Kujira |
| MayaChain |
| Polkadot |
| THORChain |
Join our Community
Any other questions? Book a Call