Assets
The Octane Assets API gets the all the cryptocurrencies and blockchains supported for transactions.
The Endpoint is in Beta
Crypto API for Octane: Crypto On and Off Ramp. This endpoint gets the cryptocurrencies supported for transactions.
Asset API Endpoint
Get Cryptocurrencies
GET
https://api.abyiss.com/v2/octane/crypto
Returns an array of cryptocurrencies trading pairs supported for transactions.
Headers
Name | Type | Description |
---|---|---|
apiKey* | string | Your Abyiss API Key |
Copy & Paste Code
GET Assets
Asset Response Object
Asset Response Attributes
Attribute Name | Data Type | Description |
---|---|---|
cryptoPairs | string | Crypto Trading Pair |
Last updated