Account provider types

Account providers have three types:

  • Onchain (blockchain) like BTC, LTC, ...
  • Exchange (CEX) like Coinbase
  • NFT

Account providers list

Provides list of all supported account providers.

Request

GET <https://api.blockmate.io/v1/account_providers>

Response
{
    "name": "btc",
    "type": "crypto_wallet",
    "url": "onchain/bitcoin"
}

Account provider details

Get detailed information about the account providers.

Request

GET <https://aisp-api.blockmate.io/v1/{account_provider_type}/{account_provider}/connect>

  • account_provider_type: onchain, exchange, nft
Response
{
  "description": "Bitcoin",
  "url": "https://bitcoin.org/en/",
  "intro": "Connecting to Bitcoin using bitcoin address.",
  "fields": {
    "wallet": "Bitcoin wallet address"
  },
  "oauth": false
}
  • description: The name of the Crypto-currency, CEX,...
  • url: Url to the main page of the CEX, cryptocurrency. If necessary, can be empty string.
  • intro contain introduction to how to collect the credentials, for example: "Visit http://docs..../get-api-token for instructions how to get your api key and api secret."
  • fields is a dictionary, descripting the fields requested in the POST /connect call.
  • oauth is a bool, which is true if oauth authentication is supported by Blockmate

List

You can see a complete list of cryptocurrency exchanges, wallets, and other accounts here:

Exchanges

NameAPI URL variable
Aaxaax
Ascendexascendex
Bigonebigone
Binancebinance
Binance USbinanceus
Bitbnsbitbns
Bitgetbitget
Bitfinexbitfinex
Bitflyerbitflyer
Bitmexbitmex
Bitpandabitpanda
Bitsobitso
Bitstampbitstamp
Bitruebitrue
Blockchain.comblockchaincom
Bybitbybit
Coinbasecoinbase
Crypto.comcryptocom
Geminigemini
Huobihuobi
Krakenkraken
KuCoinkucoin
Lbanklbank
Okexokex
Gate.iogateio

Onchain wallets

NameAPI URL variableDetails
Adaada
Bitcoinbtc
Celocelo
EthereumethWith ERC-20 tokens support
Litecoinltc
Maticmatic
Neoneo
Solanasol
TRXtrx
XLMxlm
XRPxrp

NFTs

NameAPI URL variable
Ethereumeth
Solanasol