Coins
Endpoints related to UDT type
Get Coins
Included in: Basic, Pro
GET
{INDEXER_API}/udt/list
Returns ordered list of coins with detailed information about them.
Sample query:
Query Parameters
Name
Type
Description
udt_type
uint
0 (default): sudt 1: xudt
limit
uint
limit >= 0
offset
uint
offset >= 0
keyword
string
search text
Get Live Cells
Included in: Basic, Pro
GET
{INDEXER_API}/udt/outputs
Returns ordered live cells.
Sample query:
Query Parameters
Name
Type
Description
limit
uint
limit >= 0
offset
uint
offset >= 0
address
string
the CKB address
Last updated