QueryAddrs
Query all created Taproot Assets addresses in a wallet.
POST
/api/query-addrs
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Required
Description
wallet_id
string
true
The end user's wallet id
page_num
int
false
for paging, default 1
page_size
int
false
for paging, default 10
Request
Response
Last updated