bridgeTypes

Get all possible bridge types for a specific network.

Request Parameters:

NameTypeDescriptionExample

networkName (required)

String

The network to get available bridge types

Eg: ethereum

Request URL Example:

https://api.magpiefi.xyz/aggregator/bridge-types?networkName=ethereum

Response Example:

{
  "bridgeTypes": [
    "0"
  ]
}

Last updated