Skip to main content
GET
/
digital-custody
/
chains
Get Supported Blockchains
curl --request GET \
  --url https://access.utgl.io/v1/digital-custody/chains \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "chain": "AVAX-C",
    "name": "Avalanche C-Chain"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

OK

chain
string

Chain short name

Example:

"AVAX-C"

name
string

Chain full time

Example:

"Avalanche C-Chain"