cURL
curl --request GET \ --url https://access.utgl.io/v1/digital-custody/chains \ --header 'Authorization: Basic <encoded-value>'
[ { "chain": "AVAX-C", "name": "Avalanche C-Chain" } ]
Get supported blockchains
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
OK
Chain short name
"AVAX-C"
Chain full time
"Avalanche C-Chain"
Was this page helpful?