Request Code Samples
curl --location --request GET 'https://mainnet-api.explorer.nervos.org/api/v1/udts?sort=created_time.asc&page=1&page_size=10' \
--header 'Accept: application/vnd.api+json' \
--header 'Content-Type: application/vnd.api+json'
Responses
application/json {
"data": [
{
"id": "string",
"type": "string",
"attributes": {
"symbol": null,
"full_name": null,
"icon_file": null,
"published": true,
"description": null,
"type_hash": "string",
"type_script": null,
"issuer_address": null,
"display_name": null,
"uan": null,
"total_amount": "string",
"addresses_count": "string",
"decimal": "string",
"h24_ckb_transactions_count": "string",
"created_at": "string"
}
}
],
"meta": {
"total": 0,
"page_size": 0
}
}
Modified at 2023-07-12 02:48:53