Wallet
Wallet Labels (Batch)
Returns entity labels for multiple wallet addresses.
Pass up to 100 comma-separated addresses via the addresses query parameter.
Included fields: entity name, type, and labels per address.
get/gateway/v1/wallet/labels/batch
Query parameters
addressesstring required
Comma-separated wallet addresses to look up, max 100
Example:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045,0xdead
Comma-separated wallet addresses to look up, max 100
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseWalletLabelItem.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.