curl --request GET \
--url https://backend.swap.coffee/v1/blockchains
[
{
"name": "ton"
}
]
curl --request GET \
--url https://backend.swap.coffee/v1/blockchains
[
{
"name": "ton"
}
]
list of blockchains
The response is of type object[]
.