Web3
Get nonce api
POST URL: https://api.metaspace.place/api/user/nonce
Request Body
Name
Type
Description
address*
String
chainId*
String
{
nonce: 11111111111
}Verify web3 signed api
POST URL: https://api.metaspace.place/api/user/verifyWeb3Signed
Request Body
Name
Type
Description
address*
String
signature
String
{
'customToken': 'aaaaaaaaaaaaa'
}Get NFT list api from user address
GET URL: https://api.metaspace.place/api/nft
Query Parameters
Name
Type
Description
address*
String
chainId
Int
offset
Int
Start index on pagination
limit
Int
Query number
Headers
Name
Type
Description
Authorization
String
Bearer ${userToken}
Last updated