Mesh's connectivity layer
Step 1: Verifying what you can do with your holding
You noticed on the screen before, we'll be using the asset you specified in Getting Started >> Transfer Details as our asset for transferring. Let's go ahead and take a look at what Networks we can send your asset over and which integrations support transfer movement.
Endpoint:/api/v1/transfers/managed/tokens
Click on 'View Details' button
Token Details
Step 2: View Each Connectivity endpoint
The below 4 tabs show important endpoints for fetching providers, status, symbol/token and network information. Throughout the workshop and your Mesh development, you will need to call these endpoints before authentication, transferring and other operations in our API.
Click on each tab to see realtime data in a table.
- Integrations
- Networks
- Tokens
- Status
Integrations Dashboard
Endpoint: /api/v1/transfers/managed/networks
Get the list of all networks supported by Mesh to perform transfers, including which tokens and integrations are supported.
Network Logo | Provider | Broker Types | Supported Tokens | Native Symbol | Mesh Network Id |
---|
Endpoint: /api/v1/transfers/managed/tokens
Get the list of all tokens supported by Mesh to perform transfers, including which networks and integrations are supported.
Token Logo | Token | Networks | Supported Integrations |
---|
Endpoint: /api/v1/status
Get the list of supported institutions and their health statuses.
Provider | Status | Supported Products |
---|
Begin Authentication workshop
Click Next