Indexer API
2.1. Inscription list query
url:
https://src20.woofswap.finance/src-20/list
Parameters:
pageSize: number of records per page, default 20, maximum 50
pageNumber: page number, default 1
q: inscription name tick: query keyword
sort: Sorting method:
1: ascending order by deployment time (default)
2: descending order by holder address
Return: List (Inscription information)
2.2. Inquiry of balance of inscription at specified address
url:
https://src20.woofswap.finance/src-20/balance
Parameters:
address: address
Return: List (Balance information)
2.3. Query the list of designated inscription holders
url:
https://src20.woofswap.finance/src-20/holders
Parameters:
pageSize: number of records per page, default 20, maximum 50
pageNumber: page number, default 1
tick: inscription name
Return: List (Balance information)
Last updated