Skip to main content
GET
/
v1rc1
/
accounts
/
{walletAddress}
/
collection
curl --request GET \
  --url 'https://openapi.msu.io/v1rc1/accounts/{walletAddress}/collection' \
  --header 'Content-Type: application/json' \
  --header 'x-nxopen-api-key: YOUR_API_KEY'
{
  "success": true,
  "data": {
    "collection": [],
    "paginationResult": {},
    "traceId": "string"
  }
}

Path parameters

walletAddress
string
required
The wallet address to query

Query parameters

paginationParam.lastKey
string
Last key for pagination
paginationParam.pageSize
integer
Number of items per page
traceId
string
Request trace ID

Response

success
boolean
Indicates if the request was successful
data
object
curl --request GET \
  --url 'https://openapi.msu.io/v1rc1/accounts/{walletAddress}/collection' \
  --header 'Content-Type: application/json' \
  --header 'x-nxopen-api-key: YOUR_API_KEY'
{
  "success": true,
  "data": {
    "collection": [],
    "paginationResult": {},
    "traceId": "string"
  }
}

Notes

  • Pagination is supported, with range of 1 to 200 items per page
  • Default pagination: pageSize=10