Crypto Wallet
1. Users can access the 'mainnet' or 'testnet' when building applications. 2. So far the API supports BTC and ETH but more coins are coming soon. 3. You are able to GET the exchange rate for each coin on the Crypto Wallet API. 4. Your users will use a 'mnemonic' phrase to create their wallet. We recommend this phrase be 24 words longs including spaces. Something nobody else will type in. Anybody…
Crypto Wallet endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Generate Some Wallets /{coin}/generate |
Your users will use a 'mnemonic' phrase to create their wallet. We recommend this phrase be 24 words longs including spaces. Something nobody else will type in. Anybody who knows… |
| POST |
Get Address /{coin}/getaddress |
Out of the 2,147,483,648 addresses that are created based on a mnemonic phrase we need to get our **public key** and know what **index ** we want to start in of 2,147,483,648… |
| POST |
Get Private Key /{coin}/getprivatekey |
You will need the mnemonic phrase used to create the wallet and the index of the wallet to pull a key from. Access "testnet/{coin}/getprivatekey" to work within the 'testnet' A… |
| POST |
Get The Balance of A Wallet /{coin}/balance |
Gets the balance. Access "testnet/{coin}/balance" to work within the 'testnet' A simple google search for "ethereum testnet faucets" will provide results such as this faucet… |
| POST |
Estimate Transaction Fee /{coin}/estimatefee |
Calculates the fee needed to pay for a transaction. Access "testnet/{coin}/estimatefee" to work within the 'testnet' A simple google search for "ethereum testnet faucets" will… |
| POST |
Create Transaction /{coin}/create_transaction |
Transactions to the blockchain are created, signed, and broadcast to the network in a single request. Access "testnet/{coin}/create_transaction" to work within the 'testnet' A… |
| POST |
Get Wallet Transactions /{coin}/transactions |
Gets the transactions for a wallet. Access "testnet/{coin}/transactions" to work within the 'testnet' A simple google search for "ethereum testnet faucets" will provide results… |
| POST |
Lookup A Single Transaction /{coin}/transaction |
Looks up a single transaction. Access "testnet/{coin}/transaction" to work within the 'testnet' A simple google search for "ethereum testnet faucets" will provide results such as… |
| POST |
Check Address /checkaddress |
Checks if a crypto address has been connected to spam, hackers, or the deep web. |
| POST |
TESTNET Generate Some Wallets /testnet/{coin}/generate |
Your users will use a 'mnemonic' phrase to create their wallet. We recommend this phrase be 24 words longs including spaces. Something nobody else will type in. Anybody who knows… |
| GET |
Exchange Rate /{coin}/exchange_rate |
Get the exchange rate |
| POST |
TESTNET Get Address /testnet/{coin}/getaddress |
Out of the 2,147,483,648 addresses that are created based on a mnemonic phrase we need to get our **public key** and know what **index ** we want to start in of 2,147,483,648… |
| POST |
TESTNET Get Private Key /testnet/{coin}/getprivatekey |
You will need the mnemonic phrase used to create the wallet and the index of the wallet to pull a key from. A simple google search for "ethereum testnet faucets" will provide… |
| POST |
TESTNET Lookup A Single Transaction /testnet/{coin}/transaction |
Looks up a single transaction. A simple google search for "ethereum testnet faucets" will provide results such as this faucet website to get your started with some coins.… |
| POST |
TESTNET Get The Balance of A Wallet /testnet/{coin}/balance |
Gets the balance. A simple google search for "ethereum testnet faucets" will provide results such as this faucet website to get your started with some coins.… |
| POST |
TESTNET Estimate Transaction Fee /testnet/{coin}/estimatefee |
Calculates the fee needed to pay for a transaction. A simple google search for "ethereum testnet faucets" will provide results such as this faucet website to get your started… |
| POST |
TESTNET Create Transaction /testnet/{coin}/create_transaction |
Transactions to the blockchain are created, signed, and broadcast to the network in a single request. A simple google search for "ethereum testnet faucets" will provide results… |
| POST |
TESTNET Get Wallet Transactions_copy /testnet/{coin}/transactions |
Gets the transactions for a wallet. A simple google search for "ethereum testnet faucets" will provide results such as this faucet website to get your started with some coins.… |
Crypto Wallet pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $20 / month | — |
|