curl --request GET \
--url https://integration-api.meshconnect.com/api/v1/transfers/managed/networks \
--header 'X-Client-Id: <api-key>' \
--header 'X-Client-Secret: <api-key>'
{
"content": {
"networks": [
{
"networkType": "evm",
"tokens": [
{
"symbol": "ETH",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/tokens/ETH.svg"
},
{
"symbol": "USDC",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/tokens/USDC.svg"
},
{
"symbol": "USDT",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/tokens/USDT.svg"
}
],
"supportedBrokerTypes": [
"deFiWallet",
"robinhood",
"coinbase",
"kraken",
"binanceInternational",
"binanceUs"
],
"supportedTokens": [
"ETH",
"USDC",
"USDT"
],
"nativeSymbol": "ETH",
"id": "e3c7fdd8-b1fc-4e51-85ae-bb276e075611",
"name": "Ethereum",
"chainId": "1",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/networks/Ethereum.svg"
}
]
},
"status": "ok",
"message": "",
"errorType": ""
}
Get supported networks list.
Get the list of all networks supported by Mesh to perform transfers, including which tokens and integrations are supported.
curl --request GET \
--url https://integration-api.meshconnect.com/api/v1/transfers/managed/networks \
--header 'X-Client-Id: <api-key>' \
--header 'X-Client-Secret: <api-key>'
{
"content": {
"networks": [
{
"networkType": "evm",
"tokens": [
{
"symbol": "ETH",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/tokens/ETH.svg"
},
{
"symbol": "USDC",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/tokens/USDC.svg"
},
{
"symbol": "USDT",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/tokens/USDT.svg"
}
],
"supportedBrokerTypes": [
"deFiWallet",
"robinhood",
"coinbase",
"kraken",
"binanceInternational",
"binanceUs"
],
"supportedTokens": [
"ETH",
"USDC",
"USDT"
],
"nativeSymbol": "ETH",
"id": "e3c7fdd8-b1fc-4e51-85ae-bb276e075611",
"name": "Ethereum",
"chainId": "1",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/networks/Ethereum.svg"
}
]
},
"status": "ok",
"message": "",
"errorType": ""
}
Contact Mesh to get client Secret
Contact Mesh to get client Id
OK
The response is of type object
.
Was this page helpful?