Wallet Balance
This API endpoint allows clients to check if a specific Non-Fungible Token (NFT) is present within a wallet. This can be useful for scenarios like token gating, where access to specific resources or features is controlled based on token ownership.
Endpoint Details
Description | Data |
---|---|
API Name | |
HTTP Method | GET |
URL |
|
Headers
Key | Value |
---|---|
Content-Type |
|
x-api-key | API_KEY |
Query Parameters
Parameter | Type | Description |
---|---|---|
contractId | string, required | Identifier for the contract, formatted as |
nftTokenId | string, required | Identifier for the NFT. |
User can be identified by one of the parameter:
Parameter | Type | Description |
---|---|---|
walletAddress | string, optional | Address |
walletId | string, optional | Wallet ID ( |
string, optional | Wallet email | |
phone | string, optional | Wallet phone, format: "+!2223334444" |
Examples
Last updated