Managed Transfers
Get integrations
Managed Account Authentication
Managed Transfers
Transactions
Self Managed Account Authentication
Managed Transfers
Get integrations
Get supported integrations list.
Get the list of all integrations supported by Mesh to perform transfers, including which tokens and networks are supported.
GET
/
api
/
v1
/
transfers
/
managed
/
integrations
curl --request GET \
--url https://integration-api.meshconnect.com/api/v1/transfers/managed/integrations \
--header 'X-Client-Id: <api-key>' \
--header 'X-Client-Secret: <api-key>'
{
"content": {
"integrations": [
{
"id": "00000000-0000-0000-0000-000000000000",
"type": "robinhood",
"networks": [
{
"supportedDevices": [
"android",
"ios",
"web"
],
"supportedTokens": [
"USDC",
"ETH"
],
"nativeSymbol": "ETH",
"id": "e3c7fdd8-b1fc-4e51-85ae-bb276e075611",
"name": "Ethereum",
"chainId": "1",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/networks/Ethereum.svg"
},
{
"supportedDevices": [
"web"
],
"supportedTokens": [
"MATIC",
"ETH"
],
"nativeSymbol": "MATIC",
"id": "7436e9d0-ba42-4d2b-b4c0-8e4e606b2c12",
"name": "Polygon",
"chainId": "137",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/networks/Polygon.svg"
}
],
"supportsOutgoingTransfers": true,
"supportsIncomingTransfers": true
}
]
},
"status": "ok",
"message": "",
"errorType": ""
}
Authorizations
Contact Mesh to get client Secret
Contact Mesh to get client Id
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://integration-api.meshconnect.com/api/v1/transfers/managed/integrations \
--header 'X-Client-Id: <api-key>' \
--header 'X-Client-Secret: <api-key>'
{
"content": {
"integrations": [
{
"id": "00000000-0000-0000-0000-000000000000",
"type": "robinhood",
"networks": [
{
"supportedDevices": [
"android",
"ios",
"web"
],
"supportedTokens": [
"USDC",
"ETH"
],
"nativeSymbol": "ETH",
"id": "e3c7fdd8-b1fc-4e51-85ae-bb276e075611",
"name": "Ethereum",
"chainId": "1",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/networks/Ethereum.svg"
},
{
"supportedDevices": [
"web"
],
"supportedTokens": [
"MATIC",
"ETH"
],
"nativeSymbol": "MATIC",
"id": "7436e9d0-ba42-4d2b-b4c0-8e4e606b2c12",
"name": "Polygon",
"chainId": "137",
"logoUrl": "https://frontuserfilecdn.azureedge.net/public/logos/networks/Polygon.svg"
}
],
"supportsOutgoingTransfers": true,
"supportsIncomingTransfers": true
}
]
},
"status": "ok",
"message": "",
"errorType": ""
}