๐Network
Needs Account Authentication
Needs Account Authentication
Needs Account Authentication
Last updated
Needs Account Authentication
Needs Account Authentication
Needs Account Authentication
Last updated
This route returns all the blockchain networks of our app.The route first queries the database for all the networks present.The route then returns the networks found.
Successful
This route returns the balance of the wallet on blockchain networks.The route first queries the database for all the networks related to the wallet.The route then returns balances of the wallet on those networks.
Successful
This route adds networks to a given wallet in our database.The route first queries the database for the wallet by address.The route then adds the given networks to the wallet.
Successful