cURL
curl --request GET \ --url https://integration-api.meshconnect.com/api/v1/transfers/managed/tokens \ --header 'X-Client-Id: <api-key>' \ --header 'X-Client-Secret: <api-key>'
{ "content": { "tokens": [ { "token": "ADA", "networks": [ { "id": "f7a660cd-bac0-4ae8-8ddb-c54d321b55dc", "name": "Cardano", "logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/networks/Cardano.svg" } ], "supportedIntegrations": [ "gemini", "binanceInternational" ] } ] }, "status": "ok", "message": "", "errorHash": "35664305a468caa4347cfb4fcab87e85a1740fa9", "errorType": "" }
Get the list of all tokens supported by Mesh to perform transfers, including which networks and integrations are supported.
Contact Mesh to get client Secret
Contact Mesh to get client Id
OK
The response is of type object.
object
Was this page helpful?