Get Collection List By Address
Authorizations
Path parameters
addressstringRequired
Query parameters
heightnumberOptional
startnumberRequired
limitnumberRequired
Responses
200
Default Response
application/json
get
GET /v1/collection-indexer/address/{address}/collection/list HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
200
Default Response
{
"code": 1,
"msg": "text",
"data": {
"total": 1,
"list": [
{
"count": 1,
"name": "text",
"iconInscription": "text",
"iconUrl": "text",
"iconContentType": "text",
"supply": "text",
"collectionId": "text",
"desc": "text",
"twitter": "text",
"discord": "text",
"website": "text"
}
]
}
}

Last updated