📪Basic usage
Last updated
Last updated
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Improve MetaTx functions to reuse code
Handle isActive inside the SDK
Handle user wallet inside the SDK
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
BASE_DG_URL
string
Required. DG Backend API URL for Marketplace
META_SERVER
string
Required. DG Metaserver API for Marketplace
RPC_PROVIDER
string
Required. RPC Provider of your choice. Example Alchemy Polygon RPC.
walletProvider
string
Required. Object provider. window.metamask or web3auth provider
walletType
string
Required. Enum = Metamask or Web3Auth
walletAddress
string
Required. User wallet address
sellerAddress
string
Optional. (Filter) Filter one particular seller address.
collectionName
enum
Optional. (Filter) Filter partial name of the collection
limit
number
Optional. (Pagination) Number of items to retrieve
offset
number
Optional. (Pagination) Number of items to skip
collectionAddress
string
Optional. (Filter) Collection address
orderDirection
enum
Optional. ASC or DESC
limit
number
Optional. (Pagination) Number of items to retrieve
offset
number
Optional. (Pagination) Number of items to skip
searchCriteria
string
Optional. (Filter) Filter by collection name using wildcards
sellerAddress
string
Optional. (Filter) Filter by a particular seller address
address
string
Required. Token address
resourceId
string
Required. ID from the resource (group)
sellerAddress
string
Optional. (Filter) Filter by a particular seller address
type
enum
Required. binance or coinbase or paper
userAddress
string
Required. Your wallet address
tokenAddress
string
Required. NFT Token address
tokenId
string
Required. NFT Token unique ID
tokenResourceId
string
Required. NFT resource ID (group)
userAddress
string
Required. Your wallet address
tokenAddress
string
Required. NFT Token address
tokenId
string
Required. NFT Token unique ID
transactionHash
string
Required. Polygon transaction hash (Returned from buy item)
collectionAddress
string
Required. Collection address to be query.
tokenId
string
Required. Token ID of the collection.
userWallet
string
Required. User wallet address for approval.