You can obtain summary information about all our explorers at the following URL :
http://xplor.2Give.info/xplor/api/summaryIt returns .
API shares a normalized root URL which is:
http://xplor.2Give.info/coin/apiSo for instance the url root for 2GiveCoin (2Give) will be "http://xplor.2Give.info/2Give/api".
The API function to call is specified through the q
parameter.
For instance you can ask the current difficulty of 2GiveCoin with "http://xplor.2Give.info/2Give/api?q=getdifficulty".
Pass the address in the a
parameter.
Block APIs only consider blocks in the "main" chain (as determined by the explorer wallet).
height
parameter and returns corresponding block hash.hash
parameter and returns corresponding block height.
Pass the transaction hash in the t
parameter.
API Keys can be requested for free, when passed to the API (in the key
parameter)
they lift some restriction and give access to "live" data with no cache latencies.
API Keys are only used to protect more CPU intensive queries from potential abuse. An API Key is valid
for all our explorers.
active
parameter in which you can pass multiple addresses separated by '|'. It returns summary information
about those addresses (balance, total sent/receive and latest transactions). By default returns the last 50
transactions, but this number can be adjusted by the optional n
parameter.active
parameter in which you can pass multiple addresses separated by '|'. It returns information
about unspent outputs of those addresses.m
parameter with the text to be searched in transaction
messages (it uses full text search). It will return a list of recent transactions matching the search. You can optionally
pass a before
parameter with the block height (excluded) before which to search.
The various pages of the site use "undocumented" APIs for their own purpose.
You are free to use them (use, not abuse!), but be aware they can change at any time without notice.
Exchange rates are provided by 3rd party services and are not indicative of
cryptocurrencies being backed by any commodity or other form of money
or having any other tangible value at all.
Trading is a high risk activity, consult you financial advisor before making any decision.
We are NOT financial advisors, and this site does not give trading advices.