Gets the balance of the wallet on different network.
get
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.
Responses
get
GET /api/v1/networks/wallet/balance HTTP/1.1
Host: www.dyorbackend.tk
Accept: */*
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.
Responses
get
GET /api/v1/networks HTTP/1.1
Host: www.dyorbackend.tk
Accept: */*
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.