Get Address Details From Callback
This endpoint creates a shortcut to obtain information from Blockchain data by going through Blockchain Events and a specific Event Subscription. It provides data for a specific address from the Event it takes part in only if the address already exists in the blockchain events subscriptions. It applies only for Events related to that customer.
Path Parameters
-
Requiredblockchain string
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
-
Requirednetwork string
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "ropsten" are test networks.
-
Requiredaddress string
Represents the public address, which is a compressed and shortened form of a public key.
Query parameters
-
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.
Response schema
Content-Type: application/json
The request has been successful.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2021-03-20 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requireddata object
-
Requireditem object
-
RequiredincomingTransactionsCount integer
Defines the received transaction count to the address.
Example : 7 -
RequiredoutgoingTransactionsCount integer
Defines the sent transaction count from the address.
Example : 5 -
RequiredtransactionsCount integer
Represents the total number of confirmed coins transactions for this address, both incoming and outgoing. Applies for coins only and not tokens transfers e.g. for Ethereum. transactionsCount could result as less than incoming and outgoing transactions put together (e.g. in Bitcoin), due to the fact that one and the same address could be in senders and receivers addresses.
Example : 12 -
RequiredconfirmedBalance object
-
Requiredamount string
Defines the total balance of the address that is confirmed. It doesn't include unconfirmed transactions.
Example : 12.5 -
Requiredunit string
Represents the unit of the confirmed balance.
-
-
RequiredtotalReceived object
-
Requiredamount string
Defines the total amount of all coins received to the address, based on confirmed transactions.
Example : 5.6 -
Requiredunit string
Represents the unit of the total received amount.
-
-
RequiredtotalSpent object
-
Requiredamount string
Defines the total amount of all spent by this address coins, based on confirmed transactions.
Example : 5.2 -
Requiredunit string
Represents the unit of the total spent amount.
-
-
Optionalsequence integer
Defines the transaction input's sequence as an integer, which is is used when transactions are replaced with newer versions before LockTime.
Example : 25648975
-
-