π€API Documentation
This document provides an overview and explanation of the available endpoints for bridging currencies between networks. Each endpoint includes details on request parameters, responses and examples.
Base URL
http://34.68.76.183:3000/Summary
Endpoints
GET /currencies
Method: GET
URL: http://34.68.76.183:3000/currencies
Parameters: None
Response: {
status: 200 | 500
data: [
{
network: string
ticker: string
}
] | string
}POST /simulate
POST /bridge
POST /status
Last updated