List Chains
get
Returns a list of all supported chains.
Responses
200
List of supported chains
application/json
get
/chains200
List of supported chains
Last updated
Returns a list of all supported chains.
List of supported chains
List of supported chains
Last updated
GET /chains HTTP/1.1
Host:
Accept: */*
[
{
"id": "base",
"name": "Base",
"logoUrl": "https://static.glide.link/chains/base.png",
"nativeTokenId": "eth",
"isTestnet": false
}
]