Get wallet balance and number of transactions by address and network
networkId
address
GET //api/wallet/{networkId}/{address} HTTP/1.1 Host: api.client.nbcgate.tech Authorization: YOUR_API_KEY Accept: */*
OK
{ "balance": "text", "tokens": [ { "id": 1, "name": "text", "value": "text" } ], "transactionCount": "text" }
Creating a wallet on the blockchain network
POST //api/wallet HTTP/1.1 Host: api.client.nbcgate.tech Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 41 { "blockchainType": "text", "locale": "text" }
{ "address": "text", "blockchainType": "text" }