Class: CryptomateApi::Management::Blockchain

Inherits:
Base
  • Object
show all
Defined in:
lib/cryptomate_api/management/blockchain.rb

Overview

Get all the blockchains available in the platform. You can use this information to create new credentials for your clients or using every other endpoints that ask for the blockchain where you want to operate.

Class Method Summary collapse

Class Method Details

.get_all_blockchainsObject

Get all blockchains cryptomate.me/docs/management#get-all-blockchains Response: [

{
  "id": "string",
  "description": "string"
}

]



19
20
21
# File 'lib/cryptomate_api/management/blockchain.rb', line 19

def get_all_blockchains
  get('/management/blockchains/list')
end