Skip to main content
GET
/
v1rc1
/
accounts
/
{walletAddress}
/
items
curl --request GET \
  --url 'https://openapi.msu.io/v1rc1/accounts/{walletAddress}/items?categoryNo=0&isOnSale=true&tokenName=string&cursor=string&size=0' \
  --header 'Content-Type: application/json' \
  --header 'x-nxopen-api-key: YOUR_API_KEY'
{
  "success": true,
  "data": {
    "elements": [],
    "nextCursor": "string",
    "hasMore": false
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.msu.io/llms.txt

Use this file to discover all available pages before exploring further.

Path parameters

walletAddress
string
required
The wallet address to query

Query parameters

categoryNo
integer
categoryNo
isOnSale
boolean
isOnSale
tokenName
string
tokenName
cursor
string
cursor
size
integer
size

Response

success
boolean
Indicates if the request was successful
data
object
curl --request GET \
  --url 'https://openapi.msu.io/v1rc1/accounts/{walletAddress}/items?categoryNo=0&isOnSale=true&tokenName=string&cursor=string&size=0' \
  --header 'Content-Type: application/json' \
  --header 'x-nxopen-api-key: YOUR_API_KEY'
{
  "success": true,
  "data": {
    "elements": [],
    "nextCursor": "string",
    "hasMore": false
  }
}