Assets
The Octane Assets API gets the all the cryptocurrencies and blockchains supported for transactions.
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 object containing information related to what assets the Abyiss Network supports.
Headers
Name
Type
Description
apiKey*
string
Your Abyiss API Key
Copy & Paste Code
GET Assets
Asset Response Object
Attribute Name
Data Type
Description
supportedBlockchains
array of strings
Blockchains Supported by Abyiss
fiatCurrencies
object
Supported Fiat Currencies
tokens
object
Supported Tokens
tokensbyBlockchain
object
Supported Tokens by Blockchain
defaultTokens
object
Default Tokens Displayed on Abyiss Widget
Last updated
Was this helpful?