get https://api.banxa.com/api/coins/
Retrieve all available cryptocurrencies
Response
Field | Description | Format |
---|---|---|
data.coins.coin_code | The crypto currency code | string |
data.coins.coin_name | The crypto currency full name | string |
data.coins.blockchains | The supported blockchains for this crypto current | array |
data.coins.blockchains.code | The blockchain code | string |
data.coins.blockchains.description | The blockchain code full name | string |
data.coins.blockchains.is_default | The default blockchain will be automatically selected if a supported blockchain is not provided with a request to create an order. There can only be a single default blockchain configured per crypto currnecy. | boolean |