cURL
curl --request GET \ --url https://access.utgl.io/v1/digital-custody/assets \ --header 'Authorization: Basic <encoded-value>'
[ { "symbol": "USDC", "name": "Tether", "decimals": 6, "chain": "ETH" } ]
Get supported digital assets and networks
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
Symbol of the digital asset
"USDC"
Name of the digital asset
"Tether"
Number of decimal places
6
Network / Chain of the digital asset
"ETH"
Was this page helpful?