Crypto Market Data APIs

It's an infrastructure layer that radically simplifies the development of Blockchain and Crypto related applications.

136 subscribers
0.1/10 popularity
401 ms avg latency
100 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

Crypto Market Data APIs endpoints

MethodEndpointDescription
Exchange Rates
GET Get Specific Rate
/exchange-rates/btc/usd
Get exchange rates between pair of requested assets pointing at a specific or current time.
Trades
GET Latest Data
/trades/latest
Get latest trades from all symbols up to 1 hour ago. Latest data is always returned in time descending order.
GET Latest Data by base asset
/trades/baseAsset/5b1ea92e584bf50020130612/latest
Get latest trades from a specific base asset up to 1 hour ago. Latest data is always returned in time descending order.
GET Latest Data by exchange assets pair
/trades/baseAsset/5b1ea92e584bf50020130612/quoteAsset/5b1ea92e584bf50020130615/latest
Get latest trades from a specific assets pair (exp. BTC / USD) in a specific exchange up to 1 hour ago. Latest data is always returned in time descending order.
GET Historical Data
/trades/5bfc329f9c40a100014dc5a7/history?period
Get history transactions from specific symbol, returned in time ascending order. If no start & end time is defined when calling the endpoint, your data results will be provided…
GET Historical Data by exchange
/trades/exchange/5b1ea9d21090c200146f7362/history
Get history transactions from specific exchange, returned in time ascending order. If no start & end time is defined when calling the endpoint, your data results will be provided…
GET Historical Data by asset pair
/trades/baseAsset/5b1ea92e584bf50020130612/quoteAsset/5b1ea92e584bf50020130615/history
Get history transactions from specific assets pair (exp. BTC/USD), returned in time ascending order. If no start & end time is defined when calling the endpoint, your data…
Bitcoin Testnet Blockchain API
GET Bitcoin Testnet Chain Endpoint
/bc/btc/testnet/info
General information about a blockchain is available by GET-ing the base resource
GET Bitcoin Testnet Block Height Endpoint
/bc/btc/testnet/blocks/1454902
Block Height endpoint gives you detail information for particular block in the blockchain
GET Bitcoin Testnet Latest Block Endpoint
/bc/btc/testnet/blocks/latest
Latest Block Endpoint gives you detail information for the latest block in the blockchain
Bitcoin Testnet Adress API
GET Bitcoin Testnet Address Endpoint
/bc/btc/testnet/address/2N6HeA8vi3LieVEpqz5ZBdcYzXpzTR55sT4
The default Address Endpoint strikes a general information about addresses.
GET Bitcoin Testnet Multisig Address Endpoint
/bc/btc/testnet/address/mho4jHBcrNCncKt38trJahXakuaBnS7LK5/multisig
The Multisig Address Endpoint strikes a general information about a single address that is involved in multisignature addresses.
POST Bitcoin Testnet Generate Address Endpoint
/bc/btc/testnet/address
The Generate Address endpoint allows you to generate private-public key-pairs along with an associated public address. No information is required with this POST request.
GET Bitcoin Testnet Address Transactions Endpoint
/bc/btc/testnet/address/msDJCunwFgiEhCpmPywoGzsbDpBQDbqLnA/transactions
The Address Transactions Endpoint returns all information available about a particular address, including an array of complete transactions.
Bitcoin Testnet Wallet API
GET Bitcoin Testnet Get Wallet Endpoint
/bc/btc/testnet/wallets/wallet_name
This endpoint returns a Wallet or HDWallet based on its WALLET_NAME.
POST Bitcoin Testnet Wallet Generate Addresses
/bc/btc/testnet/wallets/wallet_name/addresses/generate
This endpoint allows you to generate a new address associated with the WALLET_NAME wallet, similar to the Generate Address Endpoint. If successful, it will returned the newly…
POST Bitcoin Testnet Wallet Create XPub Endpoint
/bc/btc/testnet/wallets/hd/xpub
Create XPub Endpoint allows you to create a random extended public key (based on your password), xpriv and wif.
POST Bitcoin Testnet Wallet Get XPub Change Addresses Endpoint
/bc/btc/testnet/wallets/hd/xpub/addresses/change
Get XPub Change Addresses Endpoint allows you to get the change(KeyPurpose: Change) addresses associated with the specified xpub. Since those are hierarchically ordered we…
POST Bitcoin Testnet Wallet Get XPub Receive Addresses Endpoint
/bc/btc/testnet/wallets/hd/xpub/addresses/receive
Get XPub receive Addresses Endpoint allows you to get the receive(KeyPurpose: RECEIVE_FUNDS) addresses associated with the specified xpub. Since those are hierarchically ordered…
DELETE Bitcoin Testnet Wallet Delete
/bc/btc/testnet/wallets/wallet_name
This endpoint deletes the Wallet or HD Wallet with WALLET_NAME. If successful, it will return an error message with no return object.
Bitcoin Testnet HD Wallet API
POST Bitcoin Testnet Create HD Wallet Endpoint
/bc/btc/testnet/wallets/hd
For HD wallets, at minimum, you must include WALLET_NAME, the ADDRESS_COUNT and the PASSWORD attributes.
GET Bitcoin Testnet List Wallets HD Endpoint
/bc/btc/testnet/wallets/hd
This endpoint returns a string array ($NAMEARRAY) of active wallet names (both normal ор HD) under the token you queried. You can then query detailed information on individual…
GET Bitcoin Testnet Get HD wallet endpoint
/bc/btc/testnet/wallets/hd/wallet
This endpoint returns a WHDWallet based on its WALLET_NAME.
DELETE Bitcoin Testnet HD Wallet Delete
/bc/btc/testnet/wallets/hd/wallet
This endpoint deletes the HD Wallet with WALLET_NAME. If successful, it will return an error message with no return object.
Bitcoin Mainnet Payment Forwarding
DELETE Bitcoin Mainnet Delete Payment Endpoint
/bc/btc/mainnet/payments/d002c0ab-a5b7-46b1-8a2f-6d2816e70d00
When you’re done with a payment forwarding address, you can delete it via its uuid.
Ethereum Rinkeby Token API
GET Ethereum Rinkeby Get Token Balance
/bc/eth/rinkeby/tokens/0x7857af2143cb06ddc1dab5d7844c9402e89717cb/0x40f9405587B284f737Ef5c4c2ecEA1Fa8bfAE014/balance
In the request url you should provide the address you want to observe and the contract address that created the token. After sending the request you will receive a json object…
GET Ethereum Rinkeby Get Address Token Transfers
/bc/eth/rinkeby/tokens/address/0x2b5634c42055806a59e9107ed44d43c426e58258
In the request url you should provide the address you want to observe. The response will be a json object with a list of all token transactions for the specified address (in DESC…
POST Ethereum RInkeby Token Transactions By Address
/bc/eth/rinkeby/tokens/address/0xbB9d3A371b6e1dd468161C0DF12492867CC594dB/transfers
In the request url you should provide the address you want to observe. After sending the request you will receive a json object with a list of each transfer for the specified…
Bitcoin Testnet Transaction API
GET Bitcoin Testnet Transaction Index by Block Hash Endpoint
/bc/btc/testnet/txs/block/00000000000000000008b7233b8abb1519d0a1bc6579e209955539c303f3e6b1
The Transaction Index by Block Endpoint returns detailed information about a list of transactions. The endpoint is useable both with block height and block hash. index and limit…
GET Bitcoin Testnet Unconfirmed Transactions List Endpoint
/bc/btc/testnet/txs
The Unconfirmed Transactions Endpoint returns an array of the latest transactions relayed by nodes in a blockchain that haven’t been included in any blocks.
POST Bitcoin Testnet Create Transaction Endpoint
/bc/btc/testnet/txs/create
To use Crypto APIs two-endpoint transaction creation tool, first you need to provide the input address(es), output address, and value to transfer (in bitcoin). Provide this in a…
POST Bitcoin Testnet New Transaction Using HDWallet Endpoint
/bc/btc/mainnet/txs/hdwallet
New Transaction Using HDWallet Endpoint provides the possibility to create, sign and send new transactions using your HDWallet. The mandatory fields are: walletName, password,…
Bitcoin Mainnet Address API
POST Bitcoin Mainnet Generate Address Endpoint
/bc/btc/mainnet/address
The Generate Address endpoint allows you to generate private-public key-pairs along with an associated public address. No information is required with this POST request.
GET Bitcoin Mainnet Address Transactions Endpoint
/bc/btc/mainnet/address/msDJCunwFgiEhCpmPywoGzsbDpBQDbqLnA/transactions
The Address Transactions Endpoint returns all information available about a particular address, including an array of complete transactions.
GET Bitcoin Mainnet Address Endpoint
/bc/btc/mainnet/address/2N6HeA8vi3LieVEpqz5ZBdcYzXpzTR55sT4
The default Address Endpoint strikes a general information about addresses.
GET Bitcoin Mainnet Multisig Address Endpoint
/bc/btc/mainnet/address/mho4jHBcrNCncKt38trJahXakuaBnS7LK5/multisig
The Multisig Address Endpoint strikes a general information about a single address that is involved in multisignature addresses.
Bitcoin Mainnet Blockchain API
GET Bitcoin Mainnet Chain Endpoint
/bc/btc/mainnet/info
General information about a blockchain is available by GET-ing the base resource
GET Bitcoin Mainnet Latest Block Endpoint
/bc/btc/mainnet/blocks/latest
Latest Block Endpoint gives you detail information for the latest block in the blockchain
Ethereum Rinkeby Blockchain API
GET Ethereum Rinkeby Chain Endpoint
/bc/eth/rinkeby/info
General information about a blockchain is available by GET-ing the base resource
GET Ethereum Rinkeby Block Height Endpoint
/bc/eth/rinkeby/blocks/3816116
Block Height endpoint gives you detail information for particular block in the blockchain
GET Ethereum Rinkeby Latest Block Endpoint
/bc/eth/rinkeby/blocks/latest
Latest Block Endpoint gives you detail information for the latest block in the blockchain
Bitcoin Mainnet Transaction API
POST Bitcoin Mainnet Decode Raw Transactions Endpoint
/bc/btc/mainnet/txs/decode
We also offer the ability to decode raw transactions without sending propagating them to the network; perhaps you want to double-check another client library or confirm that…
Bitcoin Testnet Payment Forwarding
POST Bitcoin Testnet Create Payment Endpoint
/bc/btc/testnet/payments
First, to create an payment forwarding address, you need to POST a partially filled PaymentForward object to the payment creation endpoint. You need to include the following data:
GET Bitcoin Testnet List Payments Endpoint
/bc/btc/testnet/payments
To list your currently active payment forwarding addresses, you can use this endpoint.
GET Bitcoin Testnet List of Past Forward Payments By Users
/bc/btc/testnet/payments/history
To list your currently active payment forwarding addresses, you can use this endpoint.
Bitcoin Mainnet Webhook Notifications
POST Bitcoin Mainnet Create Address Transaction WebHook Endpoint
/bc/btc/mainnet/hooks
Using a partially filled out Event, you can create a WebHook using this resource.
DELETE Bitcoin Mainnet Webhook Delete
/bc/btc/mainnet/hooks/ea443efb-4ef4-4ad5-9c77-dce549ab5176
You can delete a WebHook by WEBHOOK_ID using this resource.
POST Bitcoin Mainnet Create Unconfirmed Transaction Webhook Endpoint
/bc/btc/mainnet/hooks
Using a partially filled out Event, you can create a WebHook using this resource.
POST Bitcoin Mainnet Create Confirmed Transaction WebHook Endpoint
/bc/btc/mainnet/hooks
Using a partially filled out Event, you can create a WebHook using this resource.
GET Bitcoin Mainnet Webhook List
/bc/btc/mainnet/hooks
Using this resource you can list all web hooks that you have created.
+ 50 more endpoints on the provider's documentation.

Crypto Market Data APIs pricing

PlanPriceRate limitQuotas
BASIC Free
  • Requests: 500 / daily
PRO $90 / month
  • Requests: 2,500 / daily
ULTRA $290 / month
  • Requests: 7,500 / daily
MEGA $590 / month
  • Requests: 22,500 / daily

More Business Software APIs

View all →
  • Shield your business from fraud effortlessly with our powerful, free BIN lookup API. Prevent fraudulent…

    Business SoftwareFreemium14.9k subscribers
  • Free IP Geo Location API with 100% accurate geo information of IP address or Domain name like city latitude,…

    Business SoftwareFreemium2.3k subscribers
  • HTML/URL to PDF converter. Stop yak-shaving, generate a PDF now! https://yakpdf.com

    Business SoftwareFreemium1.4k subscribers
  • BIN/IIN LOOKUP Check the security of payment cards and determine if they have bank protection. Our service…

    Business SoftwareFreemium864 subscribers
  • reverse engineered TikTok mobile API covered non-autorized actions

    Business SoftwareFree1.3k subscribers
  • Powerful REST API for downloading premium assets from Envato Elements automatically. Integrate fast, secure,…

    Business SoftwareFreemium28 subscribers