😎Wallet Balance
Endpoint
GET
/v1/wallets/token-balances
Description
This API allows developers to check the token balance of multiple wallets of a specific contract address.
Parameters
contract
(required): Contract address of the token.chain
(required): The blockchain network the contract is deployed on. (1 for Ethereum, 56 for Binance Smart Chain, 137 for Polygon)wallets
(required): A comma-separated list of wallet addresses.
Headers
x-api-key (required): A valid API key.
Example
Response
Response Codes
200
: Success. Returns the balance for the given wallets on the specified contract address and blockchain network.400
: Bad Request. One of the required query string parameters (contract
,chain
, orwallets
) is missing or invalid.500
: Internal Server Error. An unexpected error occurred while processing the request.
Last updated