Blockchains

The Octane Blockchain API gets the blockchains supported for transactions.

The Endpoint is in Alpha

Blockchains API for Octane: Crypto On and Off Ramp. This endpoint gets the blockchains supported for transactions.

Blockchains API Endpoint

Get Blockchains

GET https://api.abyiss.com/v2/octane/blockchains

Returns an array of blockchains supported for transactions.

Headers

[
    "bitcoin",
    "ethereum",
    "litecoin",
    "doge",
    "xrp",
    "stellar",
    "cardano"
]

Copy & Paste Code

GET Blockchains

curl "https://api.abyiss.com/v2/octane/blockchains?apiKey=YOUR_API_KEY_HERE"

Blockchains Response Object

Example URL: https://api.abyiss.com/v2/octane/blockchains?apiKey=YOUR_API_KEY_HERE

[
    "bitcoin",
    "ethereum",
    "litecoin",
    "doge",
    "xrp",
    "stellar",
    "cardano"
]

Crypto Response Attributes

Last updated