Get Supported Tokens
Get Supported Tokens
Query Parameters
- excludedSources string
- includedSources string
Responses
- 200
Default Response
- application/json
- Schema
- Example (from schema)
Schema
- sources string[] required
tokens object[] required
Array [address string requiredname string requiredsymbol string requireddecimals number requiredchainId number requiredlogoURI string required]
{
"sources": [
"string"
],
"tokens": [
{
"address": "string",
"name": "string",
"symbol": "string",
"decimals": 0,
"chainId": 0,
"logoURI": "string"
}
]
}
Loading...