NFT
Get NFT Asset (USER_DATA)
Weight(UID): 3000
get/sapi/v1/nft/user/getAsset
Query parameters
limitinteger
Example:50
Default 50, Max 50
pageinteger
Example:1
Default 1
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Asset Information
Example response
{
"total": 347,
"list": [
{
"network": "BSC",
"contractAddress": "REGULAR11234567891779",
"tokenId": "100900000017"
}
]
}