Skip to content

Get all routers contracts

GET
/bridge/v2/system/routers

Authorizations

Responses

Returns a list of all routers with balance, address, and deployment status
JSON
[
{
"name": "string",
"address": "string",
"balance": "string",
"isDeployed": true
}
]