ERC 721 & 20
ERC 721
Endpoint: https://sdk.komet.me/balance/erc721
Method
POSTThis API endpoint will help you fetch the ERC721 balances of the user created from the Komet Auth Service. (Chains: Polygon, Ethereum, EVM based)
Request:
{
partnerId: String,
partnerKey: String,
chainId: Number,
walletAddress: String,
}
Response:
{
blockHash: <String>,
ownedNfts: [NftDetails],
totalCount: Number,
}ERC 20
This API endpoint will help you fetch the ERC20 balances of the user created from the Komet Auth Service. (Chains: Polygon, Ethereum, EVM based)
Method
POSTEndpoint: https://sdk.komet.me/balance/erc20
ERC20 - Transfer
Initiate an ERC20 transfer from the user’s wallet to a given address. Ensure the wallet has the balance to execute the transfer for a successful transaction.
Method
POST
Last updated
Was this helpful?