OsinPayCoin Public API
A listing of public API endpoints for retrieving OsinPayCoin coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.127.0.0.1:3588/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.127.0.0.1:3588/api/getconnectioncount
- getblockcountReturns the current block index.127.0.0.1:3588/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.127.0.0.1:3588/api/getblockhash?index=89176
- getblock [hash]Returns information about the block with the given hash.127.0.0.1:3588/api/getblock?hash=4a7b32cd77b4fb8e02791ba6ecd0cf3cfcdd0979d0d11e4932020bbb31a8da90
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)127.0.0.1:3588/api/getnetworkhashps
- getvotelistReturns the current vote list.127.0.0.1:3588/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.127.0.0.1:3588/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply127.0.0.1:3588/ext/getmoneysupply
- getdistributionReturns wealth distribution stats127.0.0.1:3588/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address127.0.0.1:3588/ext/getaddress/oQpcQLFLoLZz5czZwfwJVxDWNjpoK6voPV
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]127.0.0.1:3588/ext/getaddresstxs/oQpcQLFLoLZz5czZwfwJVxDWNjpoK6voPV/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash127.0.0.1:3588/ext/gettx/67c39847bcca4f7366a70d1ccb468552e3922cc16cab944017d8f18984466739
- getbalance (/ext/getbalance/hash)Returns current balance of given address127.0.0.1:3588/ext/getbalance/oQpcQLFLoLZz5czZwfwJVxDWNjpoK6voPV
- getlasttxs (/ext/getlasttxs/min/start/length)Returns last [length] transactions greater than [min] coins, starting from offset [start]Note: [length] is limited to returning 100 records per query
- getcurrentpriceReturns last known exchange price127.0.0.1:3588/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours127.0.0.1:3588/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodes127.0.0.1:3588/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count, count of online masternodes, count of offline masternodes127.0.0.1:3588/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.127.0.0.1:3588/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]127.0.0.1:3588/ext/getmasternoderewards/oQpcQLFLoLZz5czZwfwJVxDWNjpoK6voPV/89176
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]127.0.0.1:3588/ext/getmasternoderewardstotal/oQpcQLFLoLZz5czZwfwJVxDWNjpoK6voPV/89176
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)127.0.0.1:3588/tx/67c39847bcca4f7366a70d1ccb468552e3922cc16cab944017d8f18984466739
- block (/block/hash)127.0.0.1:3588/block/4a7b32cd77b4fb8e02791ba6ecd0cf3cfcdd0979d0d11e4932020bbb31a8da90
- address (/address/hash)127.0.0.1:3588/address/oQpcQLFLoLZz5czZwfwJVxDWNjpoK6voPV
- qrcode (/qr/hash)127.0.0.1:3588/qr/oQpcQLFLoLZz5czZwfwJVxDWNjpoK6voPV