Wallet
Creating a wallet on the blockchain network
Authorizations
AuthorizationstringRequired
Body
blockchainTypestringOptional
localestringOptional
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
/api/walletGet wallet balance and number of transactions by address and network
Authorizations
AuthorizationstringRequired
Path parameters
networkIdstringRequired
networkId
addressstringRequired
address
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
get
/api/wallet/{networkId}/{address}