curl --location --request GET 'https://mainnet-api.explorer.nervos.org/api/v1/udts/0xf05c0f1cff924afcfb19b4268e4faf883dcb071bce7f8b1fb602da81c4ecafc5' \ --header 'Accept: application/vnd.api+json' \ --header 'Content-Type: application/vnd.api+json'
{ "data": { "id": "string", "type": "string", "attributes": { "symbol": null, "full_name": "string", "icon_file": "string", "published": true, "description": null, "type_hash": "string", "type_script": { "args": "string", "code_hash": "string", "hash_type": "string" }, "issuer_address": null, "display_name": null, "uan": null, "total_amount": "string", "addresses_count": "string", "decimal": "string", "h24_ckb_transactions_count": "string", "created_at": "string" } } }