doc.blockchainiz.io Open in urlscan Pro
46.252.181.104  Public Scan

URL: https://doc.blockchainiz.io/
Submission: On February 16 via automatic, source certstream-suspicious — Scanned from FR

Form analysis 0 forms found in the DOM

Text Content

blockchainiz


API DOCUMENTATION

 2.7.1 

[ Base URL: api.blockchainiz.io ]

Blockchainiz API allow to access the blockchain easily

Contact the utocat team
Schemeshttps
Authorize

AUTH


POST/authorize/
Authenticate a application then generate JWT token

BITCOIN


GET/bitcoin/infos
Get the price of BTC in EUR and USD and timestamp
GET/bitcoin/notaries
Get my list of notaries in Bitcoin
GET/bitcoin/notaries/{notariesId}
Get one notaries by his id in Bitcoin
POST/bitcoin/notaries
Create a notaries to Bitcoin

ETHEREUM


GET/ethereum/contracts
Get a list of my smart contract from Ethereum Blockchain
GET/ethereum/contracts/{contractId}
Get a specific smart contrat with his id
GET/ethereum/contracts/{contractId}/events/{eventId}
Get ethereum event by his id
GET/ethereum/contracts/{contractId}/subscribe/{subscriptionId}
Get ethereum smart contract event subscribtion by his id
GET/ethereum/contracts/{contractId}/subscribe/{subscriptionId}/events
Get ethereum smart contract event by subscribtion id
GET/ethereum/infos
Get ethereum infos and solc compiler version
GET/ethereum/noconstantfunction
Get ethereum non constant function list
GET/ethereum/noconstantfunction/{functionId}
Get ethereum no constant function by his id
GET/ethereum/nodes
Get ethereum nodes infos
GET/ethereum/rawtransactions
Get ethereum raw transaction list
GET/ethereum/rawtransactions/{rawTransactionId}
Get ethreum raw transaction details
GET/ethereum/wallets
Get the list of your ethereum address
GET/ethereum/wallets/{walletAddress}/balance
Get the balance of an ethereum address
POST/ethereum/contracts
Create a smart contract in Ethereum Blockchain
POST/ethereum/contracts/{contractId}/constantfunction/{functionName}
Post ethereum constant function on smart contract id
POST/ethereum/contracts/{contractId}/noconstantfunction/{functionName}
Call ethereum non constant function for a specific smart contract
POST/ethereum/contracts/{contractId}/subscribe
Subscribe to a smart contract event
POST/ethereum/rawtransactions
Post a raw transaction on ethereum
POST/ethereum/wallets
Post Create new wallet
POST/ethereum/wallets/{walletAddress}/sign
return a signature of the data with the private key matching the wallet address
DELETE/ethereum/contracts/{contractId}/subscribe/{subscriptionId}
Unsubscribe to a smart contract event
PATCH/ethereum/wallets/{walletAddress}
Update a wallet

USER


GET/users/
Get your user preferences
PATCH/users/
Update the user preferences